diff options
author | Martin Whitaker <mageia@martin-whitaker.me.uk> | 2017-01-07 10:31:45 +0000 |
---|---|---|
committer | Martin Whitaker <mageia@martin-whitaker.me.uk> | 2017-01-07 10:31:45 +0000 |
commit | c1defb8aa18eff94020078d8c280d30722266908 (patch) | |
tree | 3b6ae86c1df31c4f854122d669b6da2bbd9b039a | |
parent | 04bdc722fced80f73011136834c982aa8b1143e0 (diff) | |
download | draklive-install-c1defb8aa18eff94020078d8c280d30722266908.tar draklive-install-c1defb8aa18eff94020078d8c280d30722266908.tar.gz draklive-install-c1defb8aa18eff94020078d8c280d30722266908.tar.bz2 draklive-install-c1defb8aa18eff94020078d8c280d30722266908.tar.xz draklive-install-c1defb8aa18eff94020078d8c280d30722266908.zip |
Revert "drop useless reboot in xsetup"
This reverts commit 588e96298d283d066dc1d4ff59086c61ea3e72d5.
This reboot is needed after installing from the boot menu, to
prevent the system continuing to the live desktop.
-rwxr-xr-x | draklive-install.xsetup | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/draklive-install.xsetup b/draklive-install.xsetup index 9e31482..8804f5a 100755 --- a/draklive-install.xsetup +++ b/draklive-install.xsetup @@ -15,4 +15,5 @@ if grep -q '\binstall\b' /proc/cmdline; then LC_IDENTIFICATION fi /usr/sbin/draklive-install + reboot fi |