This commit is contained in:
Raven Scott
2026-04-03 18:46:37 -04:00
parent c02ffc6021
commit 7c9c9ae83c
19 changed files with 675 additions and 52 deletions
+11
View File
@@ -0,0 +1,11 @@
# Optional boot snippets (trusted)
Files in this directory are executed after `/etc/bare-os/rc`, in **lexicographic
order** by filename. Use numeric prefixes (e.g. `10-local`, `20-proxy`) to
control order. Each file is treated like `rc`: one shell command per non-empty,
non-comment line.
Lines starting with `#` and blank lines are ignored. Dotfiles and names ending
in `~` are skipped.
Only ship snippets you trust — they run with full `execLine` power.