From 7d89539d3f5a32955005d6c622de9b33005fab73 Mon Sep 17 00:00:00 2001 From: Ivan Davidov Date: Sat, 23 Apr 2016 21:31:48 +0300 Subject: [PATCH] Minor message improvements. --- src/08_generate_rootfs/etc/03_init.sh | 4 ++-- src/08_generate_rootfs/init | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/08_generate_rootfs/etc/03_init.sh b/src/08_generate_rootfs/etc/03_init.sh index 200a36f15..f537eca9a 100755 --- a/src/08_generate_rootfs/etc/03_init.sh +++ b/src/08_generate_rootfs/etc/03_init.sh @@ -40,8 +40,8 @@ # Print message on screen. cat << CEOF - Wait 5 seconds for the system initialization process or press any key for - PID 1 shell outside of the initramfs area. + Wait 5 seconds to continue with the system initialization process or press any + key for PID 1 shell outside of the initramfs area. CEOF diff --git a/src/08_generate_rootfs/init b/src/08_generate_rootfs/init index 670f81b75..097e9a9e8 100755 --- a/src/08_generate_rootfs/init +++ b/src/08_generate_rootfs/init @@ -34,8 +34,8 @@ echo "Welcome to \"Minimal Linux Live\" (/init)" # Print message on screen. cat << CEOF - Wait 5 seconds to continue with overlay initialization process or press any - key for PID 1 shell inside the initramfs area. + Wait 5 seconds to continue with the overlay initialization process or press + any key for PID 1 shell inside the initramfs area. CEOF