Home > Fedora16, Linux > Fedora 16: set default Initlevel

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

  1. Es gibt noch keine Kommentare.
  1. Keine Trackbacks bisher.

Kommentar verfassen

Trage deine Daten unten ein oder klicke ein Icon um dich einzuloggen:

WordPress.com-Logo

Du kommentierst mit Deinem WordPress.com-Konto. Log Out / Ändern )

Twitter-Bild

Du kommentierst mit Deinem Twitter-Konto. Log Out / Ändern )

Facebook-Foto

Du kommentierst mit Deinem Facebook-Konto. Log Out / Ändern )

Verbinde mit %s