X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=scripts%2Flive-bottom%2F21xdriver;h=e86c3106a9f44a491827c55064d0ee85b0cd0cd9;hb=ef95487ad06d43885cf8c22ee34156cddc753bd4;hp=ef17bfff68345b02aff699c9edec5ff4acba924c;hpb=286b9e73a78f2b545d09d512db05c4340b25ccb2;p=live-boot-grml.git diff --git a/scripts/live-bottom/21xdriver b/scripts/live-bottom/21xdriver index ef17bff..e86c310 100755 --- a/scripts/live-bottom/21xdriver +++ b/scripts/live-bottom/21xdriver @@ -20,7 +20,7 @@ esac # live-initramfs header -if [ -n "${NOXAUTOCONFIG}" ] || [ ! -x /root/usr/bin/X ] || [ -n "${XDRIVER}" ] +if [ -n "${NOXAUTOCONFIG}" ] || [ ! -x /root/usr/bin/X ] || [ -z "${XDRIVER}" ] then exit 0 fi @@ -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