summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Whitaker <mageia@martin-whitaker.me.uk>2017-04-30 23:18:58 +0100
committerMartin Whitaker <mageia@martin-whitaker.me.uk>2017-05-06 09:06:14 +0100
commit1175ed374a2743f87cf93ebcf3aeaf1f5bfc88d0 (patch)
tree31641f4270b8a779374607e4d1245db5f896f136
parent8babb3c338badfdcea2beb4ed02f7334537bc689 (diff)
downloaddraklive-install-1175ed374a2743f87cf93ebcf3aeaf1f5bfc88d0.tar
draklive-install-1175ed374a2743f87cf93ebcf3aeaf1f5bfc88d0.tar.gz
draklive-install-1175ed374a2743f87cf93ebcf3aeaf1f5bfc88d0.tar.bz2
draklive-install-1175ed374a2743f87cf93ebcf3aeaf1f5bfc88d0.tar.xz
draklive-install-1175ed374a2743f87cf93ebcf3aeaf1f5bfc88d0.zip
Shutdown instead of reboot after completing install from boot menu.
This gives the user time to remove the Live media.
-rwxr-xr-xdraklive-install.xsetup2
1 files changed, 1 insertions, 1 deletions
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