]> code.ossystems Code Review - openembedded-core.git/commitdiff
init-install-efi.sh: improve info message
authorAnuj Mittal <anuj.mittal@intel.com>
Thu, 11 Oct 2018 08:41:09 +0000 (16:41 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 12 Oct 2018 07:44:05 +0000 (08:44 +0100)
Let users know that the installation was successful and that pressing
Enter would lead to a reboot.

Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-core/initrdscripts/files/init-install-efi.sh

index 82b0aa819e3844ebeec16a08592905f5d657b0ff..b6855b5aac0f0a59093249386c3fcac4bd504f91 100644 (file)
@@ -291,7 +291,7 @@ umount /boot
 
 sync
 
-echo "Remove your installation media, and press ENTER"
+echo "Installation successful. Remove your installation media and press ENTER to reboot."
 
 read enter