GRMLBASE/39-modprobe: do not expect all files in /etc/modprobe.d to be used
[grml-live.git] / etc / grml / fai / config / scripts / GRMLBASE / 39-modprobe
index fae8d06..e2fc70a 100755 (executable)
@@ -15,7 +15,7 @@ set -e
 find $target/etc/modprobe.d -maxdepth 1 -type f ! -name \*\.conf -exec mv {} {}.conf \;
 
 # Install all present modprobe.d configuration files
-fcopy -v -r /etc/modprobe.d
+fcopy -v -i -r /etc/modprobe.d
 
 ## END OF FILE #################################################################
 # vim:ft=sh expandtab ai tw=80 tabstop=4 shiftwidth=2