aboutsummaryrefslogtreecommitdiff
path: root/share/provision/desktop-basic
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2017-03-24 23:32:04 -0300
committerSilvio Rhatto <rhatto@riseup.net>2017-03-24 23:32:04 -0300
commit1bb5ba4ba52ab907a8bfbe0267ee7bdf327cefa3 (patch)
tree4f0f0c202ab2021835920428184054dcf198088e /share/provision/desktop-basic
parent453244d5a0f8e8847fa5de28e04906eaf88f9e1c (diff)
downloadkvmx-1bb5ba4ba52ab907a8bfbe0267ee7bdf327cefa3.tar.gz
kvmx-1bb5ba4ba52ab907a8bfbe0267ee7bdf327cefa3.tar.bz2
Provision: desktop-basic: do not set /etc/modprobe.d/qxl-no-kms.conf by default
Diffstat (limited to 'share/provision/desktop-basic')
-rwxr-xr-xshare/provision/desktop-basic8
1 files changed, 4 insertions, 4 deletions
diff --git a/share/provision/desktop-basic b/share/provision/desktop-basic
index 21ee3a1..7f435f0 100755
--- a/share/provision/desktop-basic
+++ b/share/provision/desktop-basic
@@ -32,10 +32,10 @@ $DIRNAME/development $HOSTNAME $DOMAIN $MIRROR
# QLX
# See https://labs.riseup.net/code/issues/11518
# https://bugs.mageia.org/show_bug.cgi?id=14607
-if [ ! -e "/etc/modprobe.d/qxl-no-kms.conf" ]; then
- echo 'options qxl modeset=0' | sudo tee /etc/modprobe.d/qxl-no-kms.conf
- sudo update-initramfs -v -u
-fi
+#if [ ! -e "/etc/modprobe.d/qxl-no-kms.conf" ]; then
+# echo 'options qxl modeset=0' | sudo tee /etc/modprobe.d/qxl-no-kms.conf
+# sudo update-initramfs -v -u
+#fi
# Ensure we are in the user home folder
cd