diff options
-rwxr-xr-x | init.d/autoconfig | 3 |
1 files changed, 2 insertions, 1 deletions
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 |