Oggetto: How to chang boot mode ?

[email protected] Tue, 1 Jul 2003 09:51:54 +0200
Newsgroups gmane.linux.redhat.security.server
Message-ID <[email protected]>

Edit /etc/inittab

find

id:5:initdefault:


and change the runlevet to whatever you want:

#   0 - halt (Do NOT set initdefault to this)
#   1 - Single user mode
#   2 - Multiuser, without NFS (The same as 3, if you do not have networking)
#   3 - Full multiuser mode
#   4 - unused
#   5 - X11
#   6 - reboot (Do NOT set initdefault to this)


Bye.