summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xautoconfig6
1 files changed, 1 insertions, 5 deletions
diff --git a/autoconfig b/autoconfig
index 3d3c71f..9eec5ce 100755
--- a/autoconfig
+++ b/autoconfig
@@ -278,6 +278,7 @@ list_services() {
svcs="${svcs} $(check_svc ${PASSWD} pwgen)"
svcs="${svcs} $(check_svc ${PCMCIA} pcmcia)"
svcs="${svcs} $(check_svc ${SSHD} sshd)"
+ svcs="${svcs} $(check_svc ${X11} xdm)"
### TODO: make this baselayout-2 compatible
### TODO: make these checks accurate using service dependencies
@@ -602,11 +603,6 @@ start() {
[ -n "${XDESC}" ] && einfo "VideoCard: ${HILITE}${XDESC}${NORMAL}"
- if ! yesno "${X11}"
- then
- touch /etc/.noxdm
- fi
-
killall hwsetup 2>/dev/null
echo "6" > /proc/sys/kernel/printk
}