You can also specify the runlevel as a kernel "command line" parameter. One easy way to do that is to define, say in grub.conf, two menu-entries that point to the same kernel, but specify different runlevels.
The default "non-graphic" runlevel is 3; the one that starts X-windows is "5." (See: man init.)
|