From 5f7b10c49b6bcc998ab0989c028ebd55c228dbc8 Mon Sep 17 00:00:00 2001 From: Fernando Orocu Date: Tue, 8 Mar 2011 12:17:49 -0600 Subject: stop xdm if X11 is not requested Xdm is being started very early in the boot sequence, before autoconfig, so we need to stop it if the user doesn't want X11. --- init.d/autoconfig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/init.d/autoconfig b/init.d/autoconfig index 4854cb8..51657c8 100755 --- a/init.d/autoconfig +++ b/init.d/autoconfig @@ -588,8 +588,9 @@ start() { killall hwsetup 2>/dev/null echo "6" > /proc/sys/kernel/printk - if yesno "${SPEAKUP}" + if ! yesno "${X11}" then + rc-service xdm stop splash_manager -c set -t livecd-10 -m v > /dev/null 2>&1 reset chvt 1 -- cgit v1.2.3-65-gdbad