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 e48f2e9 commit 387e854Copy full SHA for 387e854
scripts/entrypoint.sh
@@ -40,7 +40,8 @@ build_iso() {
40
41
# Disable PC speaker module in airootfs if present
42
if [ -f "airootfs/etc/modprobe.d/nobeep.conf" ] \
43
- && grep -q "pcspkr" airootfs/etc/modprobe.d/nobeep.conf 2>/dev/null; then
+ && grep -q "pcspkr" airootfs/etc/modprobe.d/nobeep.conf 2>/dev/null \
44
+ && grep -q "snd_pcsp" airootfs/etc/modprobe.d/nobeep.conf 2>/dev/null; then
45
log "PC speaker already disabled in airootfs configuration."
46
else
47
log "Disabling PC speaker in airootfs configuration..."
0 commit comments