From a5993d9afab060d07213c14c0188422c9e258693 Mon Sep 17 00:00:00 2001 From: Anuj Mittal Date: Thu, 11 Oct 2018 16:41:09 +0800 Subject: init-install-efi.sh: improve info message Let users know that the installation was successful and that pressing Enter would lead to a reboot. Signed-off-by: Anuj Mittal Signed-off-by: Richard Purdie --- meta/recipes-core/initrdscripts/files/init-install-efi.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-core') diff --git a/meta/recipes-core/initrdscripts/files/init-install-efi.sh b/meta/recipes-core/initrdscripts/files/init-install-efi.sh index 82b0aa819e..b6855b5aac 100644 --- a/meta/recipes-core/initrdscripts/files/init-install-efi.sh +++ b/meta/recipes-core/initrdscripts/files/init-install-efi.sh @@ -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 -- cgit 1.2.3-korg