Changes

From Amahi Wiki
Jump to: navigation, search
Next we need to make sure it boots into init 5. This used to be done by editing the inittab to use 5 instead of 3 as it's default. In Fedora 19 and above the inittab is not used. Instead, issue command to make the graphical user interface the default.
{{Code| ln -sf /lib/systemd/system/graphical.target /etc/systemd/system/default.target}}
You can now either reboot or boot into the GNOME/KDE Desktop:
{{Code| startx}}
If you wish to disable this in the future and/or want to uninstall the GUI run the following command. This will cause your HDA to boot into init 3 again.
{{Code| ln -sf /lib/systemd/system/multi-user.target /etc/systemd/system/default.target}}
== Package Removal ==
12,424

edits