diff --git a/src/08_generate_rootfs.sh b/src/08_generate_rootfs.sh index 28314d5de..5945828e9 100755 --- a/src/08_generate_rootfs.sh +++ b/src/08_generate_rootfs.sh @@ -63,5 +63,7 @@ ln -s lib lib64 # empty folders. find * -type f -name '.gitignore' -exec rm {} + +echo "The initramfs area has been generated." + cd ../.. diff --git a/src/08_generate_rootfs/etc/03_init.sh b/src/08_generate_rootfs/etc/03_init.sh index 213e5df95..2c630cd0b 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 to continue with the system initialization process or press any - key for PID 1 shell outside of the initramfs area, or press SPACE to continue. + Wait 5 seconds or press SPACE key to continue with the system initialization + process, or press any other key for PID 1 shell outside the initramfs area. CEOF diff --git a/src/08_generate_rootfs/init b/src/08_generate_rootfs/init index 757c32208..9138b2026 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 the overlay initialization process or press - any key for PID 1 shell inside the initramfs area, or press SPACE to continue. + Wait 5 seconds or press SPACE key to continue with the overlay initialization + process, or press any other key for PID 1 shell inside the initramfs area. CEOF