Move bootlocal.* from grml-autoconfig here
[grml-live.git] / etc / grml / fai / config / scripts / GRMLBASE / 15-initsetup
index d09ce33..4af5106 100755 (executable)
@@ -31,5 +31,10 @@ fcopy -v /etc/runlevel.conf
 # provide Grml's inittab configuration
 fcopy -v /etc/inittab
 
+# provide Grml's bootlocal init scripts
+fcopy -v /etc/init.d/bootlocal.first
+fcopy -v /etc/init.d/bootlocal.middle
+fcopy -v /etc/init.d/bootlocal.last
+
 ## END OF FILE #################################################################
 # vim:ft=sh expandtab ai tw=80 tabstop=4 shiftwidth=2