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