diff options
author | Dan McGee <dan@archlinux.org> | 2007-10-21 20:29:16 -0500 |
---|---|---|
committer | Thomas Bächler <thomas@archlinux.org> | 2007-10-22 06:54:52 +0200 |
commit | 9af6022b841c84283a061d6a7a5be943057ac3ae (patch) | |
tree | d6e98e050f6b719e6fc3bfb03d56c2974d435ad3 | |
parent | c5cffb501763c355299e593d16089fa5e56097b2 (diff) |
Add a few more comments and examples to inittab2007.11-2
Signed-off-by: Dan McGee <dan@archlinux.org>
-rw-r--r-- | inittab | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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 |