Fedora 16: set default Initlevel
Since Fedora 15 you cannot use /etc/inittab to change the default init level.
But you can use the following command instead.
Set the default Init Level to 3 (multi-user console login)
ln -sf /lib/systemd/system/multi-user.target /etc/systemd/system/default.target
Set the default Init Level to 5 (graphical login)
ln -sf /lib/systemd/system/graphical.target /etc/systemd/system/default.target
Last Comments