![]() |
|
ForumThu Jan 19 19:09:24 2023 UTC Help: GeneralDj ![]() Thu Jan 19 19:07:12 2023 UTC Help: GeneralDj ![]() Tue Jan 17 00:38:36 2023 UTC Help: Generalsurimelow ![]() Fri Jan 13 08:08:47 2023 UTC Help: GeneralThierry ![]() Tue Jan 10 12:42:30 2023 UTC Help: GeneralDj ![]() Mon Jan 9 13:27:25 2023 UTC Help: Generalndawka ![]() Mon Jan 9 10:15:03 2023 UTC Help: GeneralThierry ![]() Mon Jan 9 00:21:08 2023 UTC Help: Generalndawka ![]() Sat Jan 7 14:08:17 2023 UTC Help: GeneralDj ![]() Sat Jan 7 09:04:12 2023 UTC Help: GeneralDj ![]() |
Thu Jun 16 14:14:18 2022 UTC Change the default init systemContentsIntroductionNuTyX provides three init system : How to proceedInstall the init system
Ajust GRUBEdit /etc/default/grub filex: Modifiy this line : "GRUB_CMDLINE_LINUX" To boot with systemd : GRUB_CMDLINE_LINUX="init=/sbin/systemd-init" To boot with Runyx : GRUB_CMDLINE_LINUX="init=/sbin/runit-init" Make the new grub configuration effectiveTo generate the new grub configuration grub-mkconfig -o /boot/grub/grub.cfg Remove an init system
WarningYou must not remove the sysvinit package because it contains needed libraries for the startup of the system. Related articlesRelated : install-nutyx |