From c1defb8aa18eff94020078d8c280d30722266908 Mon Sep 17 00:00:00 2001 From: Martin Whitaker Date: Sat, 7 Jan 2017 10:31:45 +0000 Subject: 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. --- draklive-install.xsetup | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.1