From c6adfd0da5cf74ce178f7153fcf4851ff57b7014 Mon Sep 17 00:00:00 2001 From: Martin Whitaker Date: Sat, 27 Oct 2018 21:10:57 +0100 Subject: Revert to rebooting after completing install from boot menu. We now pause and prompt the user when the live system shuts down, so they have a chance to remove the live medium. --- NEWS | 1 + draklive-install.xsetup | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 2984f97..742e9be 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,4 @@ +- revert to rebooting after completing install from boot menu - locate live medium from /run/mgalive/basedev instead of from disk label - only remove unused locales and drivers from installed system - ensure partitioning wizard knows devices have been unmounted (mga#23063) diff --git a/draklive-install.xsetup b/draklive-install.xsetup index fb80bd5..8804f5a 100755 --- a/draklive-install.xsetup +++ b/draklive-install.xsetup @@ -15,5 +15,5 @@ if grep -q '\binstall\b' /proc/cmdline; then LC_IDENTIFICATION fi /usr/sbin/draklive-install - shutdown now + reboot fi -- cgit v1.2.1