summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS1
-rwxr-xr-xdraklive-install.xsetup2
2 files changed, 2 insertions, 1 deletions
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