summaryrefslogtreecommitdiff
path: root/build-chroot.sh
diff options
context:
space:
mode:
Diffstat (limited to 'build-chroot.sh')
-rwxr-xr-xbuild-chroot.sh14
1 files changed, 14 insertions, 0 deletions
diff --git a/build-chroot.sh b/build-chroot.sh
index 6e4b61a..3903fb5 100755
--- a/build-chroot.sh
+++ b/build-chroot.sh
@@ -1510,6 +1510,20 @@ muon samu -C build
muon -C build install
cd ..
+# XFree86 VESA Driver Build
+tar xf ../sources/xlibre-xf86-video-vesa-*.tar*
+cd xf86-video-vesa-xlibre-xf86-video-vesa-*/
+./autogen.sh \
+ --disable-static \
+ --exec-prefix="" \
+ --libexecdir=/lib \
+ --localstatedir=/var \
+ --prefix=/usr \
+ --sysconfdir=/etc
+make -j $THREADS
+make -j $THREADS install
+cd ..
+
# Basic Configuration
echo "root::0:0::/:/bin/zsh" > /etc/passwd
echo "root:x:0:root" > /etc/group