From 9af6022b841c84283a061d6a7a5be943057ac3ae Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Sun, 21 Oct 2007 20:29:16 -0500 Subject: Add a few more comments and examples to inittab Signed-off-by: Dan McGee --- inittab | 8 ++++++++ 1 file changed, 8 insertions(+) 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 -- cgit v1.2.3