Minor fix - ensure that the first shutdown message is on new line.

This commit is contained in:
Ivan Davidov 2016-05-11 23:12:26 +03:00
parent 7fe35fb15b
commit ceb640edd9

View File

@ -1,6 +1,6 @@
::sysinit:/etc/04_bootscript.sh ::sysinit:/etc/04_bootscript.sh
::restart:/sbin/init ::restart:/sbin/init
::shutdown:echo "\nSync all file buffers..." ::shutdown:echo -e "\nSync all file buffers..."
::shutdown:sync ::shutdown:sync
::shutdown:echo "Unmount all filesystems..." ::shutdown:echo "Unmount all filesystems..."
::shutdown:umount -a -r ::shutdown:umount -a -r