![]() |
|
ForumFri Apr 29 15:23:25 2022 UTC Help: InstallationThierry ![]() Fri Apr 29 13:17:57 2022 UTC Help: InstallationBatmanxx1 ![]() Fri Apr 29 12:59:46 2022 UTC Help: InstallationBatmanxx1 ![]() Fri Apr 29 12:15:00 2022 UTC Help: InstallationThierry ![]() Fri Apr 29 12:02:18 2022 UTC Help: InstallationBatmanxx1 ![]() Fri Apr 29 12:00:41 2022 UTC Help: InstallationBatmanxx1 ![]() Fri Apr 29 10:35:51 2022 UTC Help: InstallationThierry ![]() Fri Apr 29 09:22:07 2022 UTC Help: InstallationBatmanxx1 ![]() Mon Apr 11 08:49:01 2022 UTC Help: GeneralThierry ![]() Sun Apr 10 11:10:47 2022 UTC Help: Generalbru65pag ![]() |
Sat Jan 22 10:31:48 2022 UTC Change the default init systemContentsIntroductionNuTyX provides three init system : How to proceedEdit /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 systemIt's possible to remove an init system if you don't use it. To remove Runyx : cards remove runyx -a Or : del runyx -a For systemd : cards remove systemd -a Or : del systemd -a WarningYou must not remove the sysvinit package because it contains needed libraries for the startup of the system. Related articlesRelated : install-nutyx |