updating new

This commit is contained in:
ngn 2023-12-22 20:06:07 +00:00
parent 18fd915877
commit 0d0a0f849c

View File

@ -10,12 +10,14 @@ able to boot into a Matterlinux system!
## More about the base repo ## More about the base repo
Most of the packages are packaged with the instructions from Most of the packages are packaged with the instructions from
LFS and BLFS (version 12.0). However instead of using Sysvinit, 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 does not offer an easy way of managing services and it's
not user friendly at all. Dinit offers a systemd like command-line 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 ## Changes to the package management system
While I made simple changes to the `mp-build` script and `mp`, While I made simple changes to the `mp-build` script and `mp`,