Changes

From Amahi Wiki
Jump to: navigation, search
= Install Complete =
Amahi 7 should be installed and working as designed. Recommend you reboot the HDA next to verify all is working correctly.
 
= Customizations =
You can disable the GUI and boot headless. You can also remove the boto splash screen as well.
 
<b>NOTE:</b> All of the following steps require privileged user environment.
 
* Disable GUI on boot:
rm -rf /etc/systemd/system/default.target
ln -sf /lib/systemd/system/multi-user.target /etc/systemd/system/default.target
 
* Restore the GUI on boot:
rm -rf /etc/systemd/system/default.target
ln -sf /lib/systemd/system/graphical.target /etc/systemd/system/default.target
 
* Remove the boot splash:
** Edit /etc/default/grub and add '''#''' to the beginning of the '''GRUB_CMDLINE_LINUX''' line:
** Rebuild the GRUB menu:
grub2-mkconfig -o /boot/grub2/grub.cfg
 
* Restore boot splash by removing the '''#''' and completing Rebuild the GRUB menu step.
12,424

edits