summaryrefslogtreecommitdiffstats
path: root/draklive-install.xsetup
blob: e6df573173ce236d4b02e2a0d6f0733c489eab50 (plain)
1
2
3
4
5
6
7
#!/bin/sh
# to be sourced
if grep -q '\binstall\b' /proc/cmdline; then
  . /etc/sysconfig/i18n
  /usr/sbin/draklive-install
  reboot
fi