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 00de06b commit c08548cCopy full SHA for c08548c
scripts/entrypoint.sh
@@ -53,8 +53,10 @@ build_iso() {
53
# Create a custom hook to disable beeps in various config files
54
if [ ! -f "airootfs/usr/share/libalpm/hooks/99-no-beep.hook" ]; then
55
log "Creating custom hook to disable beeps..."
56
- if ! mkdir -p "airootfs/usr/share/libalpm/hooks/" 2>/dev/null; then
57
- warn "Failed to create hooks directory, continuing..."
+if ! mkdir -p "airootfs/usr/share/libalpm/hooks/" 2>/dev/null; then
+ warn "Failed to create hooks directory, continuing..."
58
+else
59
+ cat > "airootfs/usr/share/libalpm/hooks/99-no-beep.hook" << 'EOF'
60
else
61
cat > "airootfs/usr/share/libalpm/hooks/99-no-beep.hook" << 'EOF'
62
[Trigger]
0 commit comments