[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

boot option: textonly



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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.alioth.debian.org/pipermail/debian-live-devel/attachments/20080112/bbc9e85f/attachment.htm 


Reply to: