radeon-kms: overwrite file at the correct time [Closes: issue935]
[grml-live.git] / etc / grml / fai / config / scripts / GRMLBASE / 39-modprobe
index 9fffbfb..0c1c5aa 100755 (executable)
@@ -17,5 +17,8 @@ set -e
 # and http://blog.bofh.it/debian/id_236
 find $target/etc/modprobe.d -maxdepth 1 -type f ! -name \*\.conf -exec mv {} {}.conf \;
 
+# Replace modprobe configuration files to workaround issues.
+fcopy /etc/modprobe.d/radeon-kms.conf
+
 ## END OF FILE #################################################################
 # vim:ft=sh expandtab ai tw=80 tabstop=4 shiftwidth=3