X-Git-Url: https://git.grml.org/?a=blobdiff_plain;f=etc%2Fgrml%2Ffai%2Fconfig%2Fscripts%2FGRMLBASE%2F39-modprobe;h=e773fbdf72054e5a6c36a4a99aa8c473a06d46d7;hb=4fd4ee2327db1cd93c79fca3cd3de1adef187544;hp=5236871b4727a4ebab5162e5c81b4adf1bb3204f;hpb=4cc4aae1d69b821df66e934febac107e022cb1ef;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 5236871..e773fbd 100755 --- a/etc/grml/fai/config/scripts/GRMLBASE/39-modprobe +++ b/etc/grml/fai/config/scripts/GRMLBASE/39-modprobe @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # Filename: /etc/grml/fai/config/scripts/GRMLBASE/39-modprobe # Purpose: adjust modprobe configuration # Authors: grml-team (grml.org), (c) Michael Prokop @@ -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