From 0d0a0f849ccace1c70376d4f00ef32c75836fea5 Mon Sep 17 00:00:00 2001 From: ngn Date: Fri, 22 Dec 2023 20:06:07 +0000 Subject: [PATCH] updating new --- news/base.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/news/base.md b/news/base.md index eede88f..2006e78 100644 --- a/news/base.md +++ b/news/base.md @@ -10,12 +10,14 @@ able to boot into a Matterlinux system! ## More about the base repo Most of the packages are packaged with the instructions from LFS and BLFS (version 12.0). However instead of using Sysvinit, -I decided to go with dinit as the init system. +~~I decided to go with dinit as the init system.~~ -There are couple of reasons for that. First of all sysvinit +~~There are couple of reasons for that. First of all sysvinit does not offer an easy way of managing services and it's not user friendly at all. Dinit offers a systemd like command-line -interface as well as an easy-to-use service manager. +interface as well as an easy-to-use service manager.~~ + +**Update (22/12/23)**: Init system has been changed to systemd ## Changes to the package management system While I made simple changes to the `mp-build` script and `mp`,