mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-23 11:36:32 +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
|
swapoff -a &> /dev/null || true
|
||||||
sync
|
sync
|
||||||
# sysrq to avoid device busy; then mount to wait for it to finish
|
# 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 /
|
mount -o remount,ro /
|
||||||
echo o > /proc/sysrq_trigger # power off
|
echo o > /proc/sysrq-trigger # power off
|
||||||
fi
|
fi
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue