aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2007-10-21 20:29:16 -0500
committerThomas Bächler <thomas@archlinux.org>2007-10-22 06:54:52 +0200
commit9af6022b841c84283a061d6a7a5be943057ac3ae (patch)
treed6e98e050f6b719e6fc3bfb03d56c2974d435ad3
parentc5cffb501763c355299e593d16089fa5e56097b2 (diff)
downloadinitscripts-9af6022b841c84283a061d6a7a5be943057ac3ae.tar.xz
Add a few more comments and examples to inittab2007.11-2
Signed-off-by: Dan McGee <dan@archlinux.org>
-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