From ceb640edd9d6155c884fbd4b0dd01700eee1e257 Mon Sep 17 00:00:00 2001 From: Ivan Davidov Date: Wed, 11 May 2016 23:12:26 +0300 Subject: [PATCH] Minor fix - ensure that the first shutdown message is on new line. --- src/minimal_rootfs/etc/inittab | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/minimal_rootfs/etc/inittab b/src/minimal_rootfs/etc/inittab index d1645d41a..7ffa3a87c 100644 --- a/src/minimal_rootfs/etc/inittab +++ b/src/minimal_rootfs/etc/inittab @@ -1,6 +1,6 @@ ::sysinit:/etc/04_bootscript.sh ::restart:/sbin/init -::shutdown:echo "\nSync all file buffers..." +::shutdown:echo -e "\nSync all file buffers..." ::shutdown:sync ::shutdown:echo "Unmount all filesystems..." ::shutdown:umount -a -r