Forum

Wed Feb 5 00:42:31 2025 UTC
Cards: The Package Manager
Re: cards upgrade fails with "download failed" for the past week SOLVED
Mon Feb 3 16:37:02 2025 UTC
Cards: The Package Manager
Re: cards upgrade fails with "download failed" for the past week SOLVED
Mon Feb 3 00:02:45 2025 UTC
Cards: The Package Manager
Re: cards upgrade fails with "download failed" for the past week
Sun Feb 2 05:04:23 2025 UTC
Cards: The Package Manager
cards upgrade fails with "download failed" for the past week SOLVED
Mon Jan 13 10:12:36 2025 UTC
General
Tuxfamily.org will sooner or later will be stop
Mon Dec 16 08:41:36 2024 UTC
General
General Chat - Hi how are you?
Wed Nov 27 11:18:31 2024 UTC
General
Re: all i386 owners will probably need urgently help!
Sun Nov 24 14:26:31 2024 UTC
General
all i386 owners will probably need urgently help!
Mon Nov 18 18:43:34 2024 UTC
General
Re: I keep finding myself here
Wed Nov 13 08:34:40 2024 UTC
General
I keep finding myself here

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.