logo

live-bootstrap

Mirror of <https://github.com/fosslinux/live-bootstrap>
commit: 82062143a404b193e8acc63796857af100a898ed
parent 2a095a3301c0a81381cc1ae3f11e9871e9baeb8d
Author: Gábor Stefanik <netrolller.3d@gmail.com>
Date:   Mon,  8 Jan 2024 12:43:31 +0100

Fix spelling of sysrq-trigger in after.sh

Diffstat:

Msteps/improve/after.sh4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/steps/improve/after.sh b/steps/improve/after.sh @@ -18,7 +18,7 @@ if [ "${CHROOT}" = False ]; then swapoff -a &> /dev/null || true sync # sysrq to avoid device busy; then mount to wait for it to finish - echo u > /proc/sysrq_trigger + echo u > /proc/sysrq-trigger mount -o remount,ro / - echo o > /proc/sysrq_trigger # power off + echo o > /proc/sysrq-trigger # power off fi