aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--inittab8
1 files changed, 8 insertions, 0 deletions
diff --git a/inittab b/inittab
index 9c2e3fc..46c16dc 100644
--- a/inittab
+++ b/inittab
@@ -11,7 +11,11 @@
# 5 X11
# 6 Reboot
+## Only one of the following two lines can be uncommented!
+# Boot to console
id:3:initdefault:
+# Boot to X11
+#id:5:initdefault:
rc::sysinit:/etc/rc.sysinit
rs:S1:wait:/etc/rc.single
@@ -29,6 +33,10 @@ c6:2345:respawn:/sbin/agetty -8 38400 vc/6 linux
ca::ctrlaltdel:/sbin/shutdown -t3 -r now
+# Example lines for starting a login manager
x:5:respawn:/usr/bin/xdm -nodaemon
+#x:5:respawn:/usr/sbin/gdm -nodaemon
+#x:5:respawn:/opt/kde/bin/kdm -nodaemon
+#x:5:respawn:/usr/bin/slim >& /dev/null
# End of file