install xorg glamo driver separately to minimize installed package count
This commit is contained in:
parent
59822714e5
commit
2f8e39e88b
1 changed files with 2 additions and 1 deletions
|
@ -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…
Reference in a new issue