diff options
Diffstat (limited to 'rc.d')
-rwxr-xr-x | rc.d/init.d/halt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/rc.d/init.d/halt b/rc.d/init.d/halt index 64f9f100..5134770b 100755 --- a/rc.d/init.d/halt +++ b/rc.d/init.d/halt @@ -60,5 +60,6 @@ done # Now halt or reboot. echo "$message" [ -f /fastboot ] && echo "On the next boot fsck will be skipped." -eval $command -d +eval $command -i -d + |