From 1175ed374a2743f87cf93ebcf3aeaf1f5bfc88d0 Mon Sep 17 00:00:00 2001 From: Martin Whitaker Date: Sun, 30 Apr 2017 23:18:58 +0100 Subject: Shutdown instead of reboot after completing install from boot menu. This gives the user time to remove the Live media. --- draklive-install.xsetup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/draklive-install.xsetup b/draklive-install.xsetup index 8804f5a..fb80bd5 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 - reboot + shutdown now fi -- cgit v1.2.1