Add grml-live script
[grml-live.git] / etc / grml / fai / config / scripts / GRML / 15-initsetup
1 #!/bin/sh
2 set -u
3 set -e
4
5 if grep -q "small" "$target"/etc/grml_version ; then
6    cp "$target"/etc/runlevel.conf.livecd.small "$target"/etc/runlevel.conf
7 else
8    cp "$target"/etc/runlevel.conf.livecd "$target"/etc/runlevel.conf
9 fi