Set cirrus modeset=0 to prevent hang on QEMU
authorEvgeni Golov <evgeni.golov@credativ.de>
Tue, 11 Nov 2014 13:01:18 +0000 (14:01 +0100)
committerMichael Prokop <mika@grml.org>
Wed, 12 Nov 2014 21:41:30 +0000 (22:41 +0100)
See: https://bugs.debian.org/768157

etc/grml/fai/config/files/etc/modprobe.d/modesetting.conf/GRMLBASE [new file with mode: 0644]

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 (file)
index 0000000..5d05c38
--- /dev/null
@@ -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