diff options
author | James Meyer <james.meyer@operamail.com> | 2008-11-11 23:18:42 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2008-11-11 23:18:42 (GMT) |
commit | 52b76328ff61765861da32a3c4c14b9a89dfb1ba (patch) | |
tree | 68f126550b32aba0cd379ab6cecac20037633c6d /build_tools/clarch/larch/profiles/MV-local/rootoverlay/etc/inittab | |
parent | 4e51947ec7bdf7da4762de246a6117cd29b2777b (diff) | |
download | linhes_dev-52b76328ff61765861da32a3c4c14b9a89dfb1ba.zip |
MythVantage profile
Diffstat (limited to 'build_tools/clarch/larch/profiles/MV-local/rootoverlay/etc/inittab')
-rw-r--r-- | build_tools/clarch/larch/profiles/MV-local/rootoverlay/etc/inittab | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/build_tools/clarch/larch/profiles/MV-local/rootoverlay/etc/inittab b/build_tools/clarch/larch/profiles/MV-local/rootoverlay/etc/inittab new file mode 100644 index 0000000..b8b2b3a --- /dev/null +++ b/build_tools/clarch/larch/profiles/MV-local/rootoverlay/etc/inittab @@ -0,0 +1,42 @@ +# +# /etc/inittab +# + +# Runlevels: +# 0 Halt +# 1(S) Single-user +# 2 Not used +# 3 Multi-user +# 4 Not used +# 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 +rm:2345:wait:/etc/rc.multi +rh:06:wait:/etc/rc.shutdown +su:S:wait:/sbin/sulogin -p + +# -8 options fixes umlauts problem on login +c1:2345:respawn:/sbin/agetty -8 38400 vc/1 linux -n -l /etc/loginroot +c2:2345:respawn:/sbin/agetty -8 38400 vc/2 linux +c3:2345:respawn:/sbin/agetty -8 38400 vc/3 linux +c4:2345:respawn:/sbin/agetty -8 38400 vc/4 linux +c5:2345:respawn:/sbin/agetty -8 38400 vc/5 linux +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 |