From ddc338838edb6e7ac33499cc67493ea5c5f3e2ec Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Tue, 15 Jul 2025 19:05:01 -0400 Subject: [PATCH] Generate the firstboot file in sanitize.sh in case files don't have to be updated between releases --- root/sanitize.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/root/sanitize.sh b/root/sanitize.sh index 3dd7e9f..d1d3cc6 100644 --- a/root/sanitize.sh +++ b/root/sanitize.sh @@ -59,6 +59,7 @@ systemctl disable sshd.service # Restore defaults cp /etc/speech-dispatcher/speechd.conf.bak /etc/speech-dispatcher/speechd.conf +touch /home/stormux.firstboot if [[ "$1" == "-0" ]]; then # Zero fill free space to improve compression