diff options
-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 12f197d..e6df573 100755 --- a/draklive-install.xsetup +++ b/draklive-install.xsetup @@ -1,6 +1,7 @@ #!/bin/sh # to be sourced if grep -q '\binstall\b' /proc/cmdline; then + . /etc/sysconfig/i18n /usr/sbin/draklive-install reboot fi |