mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-02 01:18:08 +01:00
Fix spelling of sysrq-trigger in after.sh
This commit is contained in:
parent
2a095a3301
commit
82062143a4
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue