From e6a20868b694fd09616355c7d03c77d4b371836a Mon Sep 17 00:00:00 2001 From: Evgeni Golov Date: Tue, 11 Nov 2014 14:01:18 +0100 Subject: [PATCH] Set cirrus modeset=0 to prevent hang on QEMU See: https://bugs.debian.org/768157 --- .../config/files/etc/modprobe.d/modesetting.conf/GRMLBASE | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 etc/grml/fai/config/files/etc/modprobe.d/modesetting.conf/GRMLBASE diff --git a/etc/grml/fai/config/files/etc/modprobe.d/modesetting.conf/GRMLBASE b/etc/grml/fai/config/files/etc/modprobe.d/modesetting.conf/GRMLBASE new file mode 100644 index 0000000..5d05c38 --- /dev/null +++ b/etc/grml/fai/config/files/etc/modprobe.d/modesetting.conf/GRMLBASE @@ -0,0 +1,13 @@ +# This file was deployed via grml-live's +# ${GRML_FAI_CONFIG}/config/scripts/GRMLBASE/39-modprobe script, using +# ${GRML_FAI_CONFIG}/config/files/etc/modprobe.d/modesetting.conf/GRMLBASE +# +# Filename: /etc/modprobe.d/modesetting.conf +# Purpose: Disable cirrus modesetting due to https://bugs.debian.org/768157 +# Authors: grml-team (grml.org), +# Bug-Reports: see http://grml.org/bugs/ +# License: This file is licensed under the GPL v2 or any later version. +################################################################################ + +options cirrus modeset=0 +options mgag200 modeset=1 -- 2.1.4