Forum

Wed Feb 28 14:42:19 2024 UTC
Cards: The Package Manager
Re: Extremely slow download speed
Sun Feb 25 23:31:04 2024 UTC
Cards: The Package Manager
Extremely slow download speed
Sat Feb 24 03:36:33 2024 UTC
General
Re: Shutdown issues
Sun Feb 18 19:09:11 2024 UTC
General
Re: Shutdown issues
Sun Feb 18 12:29:38 2024 UTC
General
Re: Wireguard Package Request
Sun Feb 18 11:03:40 2024 UTC
General
Re: Shutdown issues
Sat Feb 17 19:58:32 2024 UTC
General
Re: Shutdown issues
Sat Feb 17 11:02:14 2024 UTC
General
Re: Shutdown issues
Sat Feb 17 04:58:06 2024 UTC
General
Shutdown issues
Wed Feb 14 06:37:03 2024 UTC
General
Re: Wireguard Package Request [SOLVED]

Thu Jun 16 14:14:18 2022 UTC

Change the default init system

Introduction

NuTyX provides three init system :

SysVinit

runyx

systemd

How to proceed

Install the init system

Init systems:
runyx
sudo cards install runyx
systemd
sudo cards install systemd

Ajust GRUB

Edit /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 effective

To generate the new grub configuration

grub-mkconfig -o /boot/grub/grub.cfg

Remove an init system

Init systems:
runyx
sudo cards remove -a runyx
systemd
sudo cards remove -a systemd

Warning

You must not remove the sysvinit package because it contains needed libraries for the startup of the system.

Related articles

Related : install-nutyx

Be the first to comment on this subject.