From: Ulrich Dangel Date: Tue, 30 Nov 2010 11:43:11 +0000 (+0100) Subject: Overwrite the radeon-kms settings [Closes: issue935] X-Git-Tag: v0.12.0~2 X-Git-Url: https://git.grml.org/?p=grml-live.git;a=commitdiff_plain;h=e4296db4556874420af8a79f504ae2e8a1e07ce8 Overwrite the radeon-kms settings [Closes: issue935] --- diff --git a/etc/grml/fai/config/files/etc/modprobe.d/radeon-kms.conf/GRMLBASE b/etc/grml/fai/config/files/etc/modprobe.d/radeon-kms.conf/GRMLBASE new file mode 100644 index 0000000..8c90ac9 --- /dev/null +++ b/etc/grml/fai/config/files/etc/modprobe.d/radeon-kms.conf/GRMLBASE @@ -0,0 +1 @@ +options radeon modeset=0 diff --git a/etc/grml/fai/config/scripts/GRMLBASE/39-modprobe b/etc/grml/fai/config/scripts/GRMLBASE/39-modprobe index 9fffbfb..9f7c8bb 100755 --- a/etc/grml/fai/config/scripts/GRMLBASE/39-modprobe +++ b/etc/grml/fai/config/scripts/GRMLBASE/39-modprobe @@ -12,6 +12,8 @@ set -e [ -r /etc/grml/grml-live.conf ] && . /etc/grml/grml-live.conf [ -r /etc/grml/grml-live.local ] && . /etc/grml/grml-live.local +fcopy /etc/modprobe.d/radeon-kms.conf + # Make sure all modprobe configuration files use .conf as filename suffix. # See http://bugs.debian.org/cgi-bin/pkgreport.cgi?pkg=module-init-tools;dist=unstable # and http://blog.bofh.it/debian/id_236