![]() |
|
ForumMon Mar 27 12:18:18 2023 UTC Help: Installationteniie2 ![]() Wed Mar 22 21:50:59 2023 UTC Help: GeneralThierry ![]() Mon Mar 20 22:49:30 2023 UTC Help: GeneralThierry ![]() Sat Mar 18 17:50:53 2023 UTC Help: GeneralDj ![]() Sat Mar 18 16:20:49 2023 UTC Help: Generalvikrang ![]() Sun Mar 12 22:33:33 2023 UTC Help: ProgrammingThierry ![]() Thu Mar 9 17:29:47 2023 UTC Help: ProgrammingFerran ![]() Thu Mar 9 11:49:10 2023 UTC Help: Installationteniie2 ![]() Tue Mar 7 07:15:07 2023 UTC Help: ProgrammingThierry ![]() Mon Mar 6 17:37:51 2023 UTC Documentation: Tips and TricksFerran ![]() |
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 |