about summary refs log tree commit diff
path: root/mklive.sh.in
diff options
context:
space:
mode:
authorJuan RP <xtraeme@voidlinux.eu>2015-05-27 16:49:33 +0200
committerJuan RP <xtraeme@voidlinux.eu>2015-05-27 16:49:33 +0200
commit00dda59b0ba84253af985be91613b4b5c2d17670 (patch)
tree4856cdda74e71f8e2fcfde8f00dc3fb766a45200 /mklive.sh.in
parentae8d2e93eb66cabf1a0f56b5707ec4022ccb37e2 (diff)
downloadhrmpf-00dda59b0ba84253af985be91613b4b5c2d17670.tar.gz
hrmpf-00dda59b0ba84253af985be91613b4b5c2d17670.tar.xz
hrmpf-00dda59b0ba84253af985be91613b4b5c2d17670.zip
mklive: remove modesetting workaround for musl, intel(4) works again.
Diffstat (limited to 'mklive.sh.in')
-rw-r--r--mklive.sh.in5
1 files changed, 0 insertions, 5 deletions
diff --git a/mklive.sh.in b/mklive.sh.in
index ca39200..9523c0c 100644
--- a/mklive.sh.in
+++ b/mklive.sh.in
@@ -115,11 +115,6 @@ install_packages() {
     else
         install -Dm755 /usr/sbin/void-installer $ROOTFS/usr/sbin/void-installer
     fi
-    case "$BASE_ARCH" in
-        *-musl) # XXX force modesetting with musl for now.
-            install -Dm644 data/xorg-modesetting.conf $ROOTFS/usr/share/X11/xorg.conf.d/99-modesetting.conf
-            ;;
-    esac
     # Cleanup and remove useless stuff.
     rm -rf $ROOTFS/var/cache/* $ROOTFS/run/* $ROOTFS/var/run/*
 }