install xorg glamo driver separately to minimize installed package count

main^2
josch 14 years ago
parent 59822714e5
commit 2f8e39e88b

@ -111,7 +111,8 @@ fi
# install xorg # install xorg
if $XORG; then if $XORG; then
chroot $ROOTDIR apt-get install xorg xserver-xorg-input-evdev xserver-xorg-video-glamo nodm matchbox-window-manager -qq chroot $ROOTDIR apt-get install xserver-xorg-video-glamo -qq
chroot $ROOTDIR apt-get install xorg xserver-xorg-input-evdev nodm matchbox-window-manager -qq
# /etc/X11/xorg.conf # /etc/X11/xorg.conf
cat > $ROOTDIR/etc/X11/xorg.conf << __END__ cat > $ROOTDIR/etc/X11/xorg.conf << __END__
Section "Device" Section "Device"

Loading…
Cancel
Save