Merge branch 'master' into next

This commit is contained in:
Michael Tremer
2023-07-28 16:57:15 +00:00
6 changed files with 14 additions and 12 deletions

View File

@@ -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

View File

@@ -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