GRMLBASE scripts: run all fcopy commands in verbose mode.
[grml-live.git] / etc / grml / fai / config / scripts / GRMLBASE / 15-initsetup
index c49f70c..d09ce33 100755 (executable)
@@ -26,10 +26,10 @@ fi
 cp $target/etc/runlevel.conf $target/etc/runlevel.conf.original
 
 # provide Grml's default file-rc configuration
-fcopy /etc/runlevel.conf
+fcopy -v /etc/runlevel.conf
 
 # provide Grml's inittab configuration
-fcopy /etc/inittab
+fcopy -v /etc/inittab
 
 ## END OF FILE #################################################################
 # vim:ft=sh expandtab ai tw=80 tabstop=4 shiftwidth=2