logo

live-bootstrap

Mirror of <https://github.com/fosslinux/live-bootstrap>
commit: 1ddc0bc2e1635e27e8e1762fe8dca544d174e40d
parent 754d967b2994b0a093c572abc5e9c045c9e43d19
Author: fosslinux <fosslinux@aussies.space>
Date:   Fri, 12 Jan 2024 20:41:08 +0000

Merge pull request #409 from Googulator/fix-premature-shutdown

Fix panic due to after.sh prematurely quitting on shutdown

Diffstat:

Msteps/improve/after.sh1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/steps/improve/after.sh b/steps/improve/after.sh @@ -21,4 +21,5 @@ if [ "${CHROOT}" = False ]; then echo u > /proc/sysrq-trigger mount -o remount,ro / echo o > /proc/sysrq-trigger # power off + while true; do sleep 1; done fi