Hi

        though I enable textonly via boot parameter : live textonly.
the live debian still try to launch the X server and fail to console.
(I must manually click OK / NO )

I modify the scripts/live-bottom/20xconfig by add "rm -f
/root/etc/rc?.d/S??[gkx]dm"
detail, see below.

Best Regards

Wufu Chen

if [ "${TERM_TYPE}" = "serial" ]
then
    # Don't bother trying to configure or start X on a serial console
    rm -f /root/etc/rc?.d/S??[gkx]dm
    exit 0
fi

if [ -n "${TEXTONLY}" ]
then
++    rm -f /root/etc/rc?.d/S??[gkx]dm
    exit 0
fi

locale=en_US.UTF-8
_______________________________________________
debian-live-devel mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/debian-live-devel

Reply via email to