summaryrefslogtreecommitdiffstats
path: root/draklive-install.xsetup
diff options
context:
space:
mode:
Diffstat (limited to 'draklive-install.xsetup')
-rwxr-xr-xdraklive-install.xsetup7
1 files changed, 7 insertions, 0 deletions
diff --git a/draklive-install.xsetup b/draklive-install.xsetup
new file mode 100755
index 0000000..e6df573
--- /dev/null
+++ b/draklive-install.xsetup
@@ -0,0 +1,7 @@
+#!/bin/sh
+# to be sourced
+if grep -q '\binstall\b' /proc/cmdline; then
+ . /etc/sysconfig/i18n
+ /usr/sbin/draklive-install
+ reboot
+fi