Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 1/3] init-install-efi.sh: improve info message
@ 2018-10-11  8:41 Anuj Mittal
  2018-10-11  8:41 ` [PATCH 2/3] busybox: move reboot out of init.cfg Anuj Mittal
  2018-10-11  8:41 ` [PATCH 3/3] systemd: add ALTERNATIVE for reboot Anuj Mittal
  0 siblings, 2 replies; 4+ messages in thread
From: Anuj Mittal @ 2018-10-11  8:41 UTC (permalink / raw)
  To: openembedded-core

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>
---
 meta/recipes-core/initrdscripts/files/init-install-efi.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
 
-- 
2.17.1



^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2018-10-11  8:47 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-10-11  8:41 [PATCH 1/3] init-install-efi.sh: improve info message Anuj Mittal
2018-10-11  8:41 ` [PATCH 2/3] busybox: move reboot out of init.cfg Anuj Mittal
2018-10-11  8:47   ` Martin Jansa
2018-10-11  8:41 ` [PATCH 3/3] systemd: add ALTERNATIVE for reboot Anuj Mittal

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox