Skip to content

Commit

Permalink
Forcing run of dexconf when booting with xdriver=dexconf.
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-baumann committed Sep 10, 2009
1 parent 530a34e commit 9633972
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions scripts/live-bottom/21xdriver
Expand Up @@ -37,11 +37,16 @@ mount -o bind /sys /root/sys
mount -o bind /proc /root/proc
mount -o bind /dev /root/dev

if [ "${XDRIVER}" != "dexconf" ]
then

chroot /root debconf-communicate -fnoninteractive live-initramfs > /dev/null << EOF
set xserver-xorg/autodetect_video_card false
set xserver-xorg/config/device/driver ${XDRIVER}
EOF

fi

chroot /root dexconf

umount /root/sys
Expand Down

0 comments on commit 9633972

Please sign in to comment.