X-Git-Url: https://git.grml.org/?a=blobdiff_plain;f=etc%2Fgrml%2Ffai%2Fconfig%2Fscripts%2FGRMLBASE%2F39-modprobe;h=e773fbdf72054e5a6c36a4a99aa8c473a06d46d7;hb=95f34945320aa1811087f81b8730342025f5015d;hp=9fffbfb678be43fc54fe23fa7a6fb0cbec120fc6;hpb=4b2e8632eba4fa2343986f897cfcd59ed1413d66;p=grml-live.git diff --git a/etc/grml/fai/config/scripts/GRMLBASE/39-modprobe b/etc/grml/fai/config/scripts/GRMLBASE/39-modprobe index 9fffbfb..e773fbd 100755 --- a/etc/grml/fai/config/scripts/GRMLBASE/39-modprobe +++ b/etc/grml/fai/config/scripts/GRMLBASE/39-modprobe @@ -17,5 +17,11 @@ 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 + +# Copy the loop options +fcopy /etc/modprobe.d/loop-part.conf + ## END OF FILE ################################################################# # vim:ft=sh expandtab ai tw=80 tabstop=4 shiftwidth=3