We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b53ecad commit 0e990acCopy full SHA for 0e990ac
airootfs/etc/systemd/system/no-beep.service
@@ -9,8 +9,6 @@ After=local-fs.target
9
Type=oneshot
10
RemainAfterExit=yes
11
ExecStart=/bin/bash -c "rmmod pcspkr snd_pcsp 2>/dev/null || true"
12
-ExecStart=/bin/bash -c "echo 'blacklist pcspkr' > /etc/modprobe.d/nobeep.conf"
13
-ExecStart=/bin/bash -c "echo 'blacklist snd_pcsp' >> /etc/modprobe.d/nobeep.conf"
14
ExecStart=/bin/bash -c "if [ -f /sys/module/i8042/parameters/nopnp ]; then echo 1 > /sys/module/i8042/parameters/nopnp; fi"
15
16
[Install]
0 commit comments