diff options
author | Martin Whitaker <mageia@martin-whitaker.me.uk> | 2018-10-27 21:10:57 +0100 |
---|---|---|
committer | Martin Whitaker <mageia@martin-whitaker.me.uk> | 2018-10-27 21:10:57 +0100 |
commit | c6adfd0da5cf74ce178f7153fcf4851ff57b7014 (patch) | |
tree | 0bced73e4a62262a055b867b0d817a5447130f76 | |
parent | 293c6738289d1069f4dd0ad10cd7b1e2acd28913 (diff) | |
download | draklive-install-c6adfd0da5cf74ce178f7153fcf4851ff57b7014.tar draklive-install-c6adfd0da5cf74ce178f7153fcf4851ff57b7014.tar.gz draklive-install-c6adfd0da5cf74ce178f7153fcf4851ff57b7014.tar.bz2 draklive-install-c6adfd0da5cf74ce178f7153fcf4851ff57b7014.tar.xz draklive-install-c6adfd0da5cf74ce178f7153fcf4851ff57b7014.zip |
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.
-rw-r--r-- | NEWS | 1 | ||||
-rwxr-xr-x | draklive-install.xsetup | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -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 |