Changes

From Amahi Wiki
Jump to: navigation, search
== Force the GUI on Boot ==
Next we need to make sure it boots into init 5. Run This used to be done by editing the following 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 accomplish this:make the graphical user interface the default.
{{Code|sed ln -i 'ssf /id:3:initdefault:lib/id:5:initdefault:systemd/g' system/graphical.target /etc/inittabsystemd/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|sed ln -i 'ssf /id:5:initdefault:lib/id:3:initdefault:systemd/g' system/multi-user.target /etc/inittabsystemd/system/default.target}}
== Package Removal ==