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 40456ac commit c6bae5fCopy full SHA for c6bae5f
.github/copilot-instructions.md
@@ -79,7 +79,7 @@ docker run --rm --privileged -v $(pwd):/workdir arch-iso-builder build out work
79
80
### Beep Suppression Patterns
81
- **Defense in depth**: Always implement multiple layers - kernel, systemd, shell, GUI
82
-- **Graceful fallbacks**: Use `|| true` in scripts to continue if modules aren't loaded
+- **Graceful fallbacks**: Use `|| true` in shell scripts to continue if modules aren't loaded
83
- **Comprehensive coverage**: Target all possible beep sources (PC speaker, ALSA, terminals, X11)
84
85
### Build System Conventions
0 commit comments