mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-25 10:22:59 +02:00
Merge branch 'master' into next
This commit is contained in:
@@ -24,11 +24,6 @@
|
||||
|
||||
case "${1}" in
|
||||
stop)
|
||||
sync && sync
|
||||
boot_mesg "Remount root readonly..."
|
||||
mount -f -o remount,ro / > /dev/null 2>&1
|
||||
evaluate_retval
|
||||
|
||||
boot_mesg "Prepare for halt..."
|
||||
sleep 2
|
||||
|
||||
|
||||
@@ -24,10 +24,6 @@
|
||||
|
||||
case "${1}" in
|
||||
stop)
|
||||
sync && sync
|
||||
boot_mesg "Remount root readonly..."
|
||||
mount -f -o remount,ro / > /dev/null 2>&1
|
||||
evaluate_retval
|
||||
boot_mesg "Prepare for reboot..."
|
||||
sleep 2
|
||||
reboot -d -f -i
|
||||
|
||||
Reference in New Issue
Block a user