content/news/base.md

34 lines
1.4 KiB
Markdown
Raw Permalink Normal View History

2023-12-15 19:01:56 +00:00
After about a week of reading LFS, packaging and
fixing the package management tools, Matter `base` repository
now has 85 packages. Most of them are, well, base
build and installation tools that you will almost %100
need for installing Matter or building packages.
And by the end of this week, I think I might actualy be
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,
2023-12-22 20:06:07 +00:00
~~I decided to go with dinit as the init system.~~
2023-12-15 19:01:56 +00:00
2023-12-22 20:06:07 +00:00
~~There are couple of reasons for that. First of all sysvinit
2023-12-15 19:01:56 +00:00
does not offer an easy way of managing services and it's
not user friendly at all. Dinit offers a systemd like command-line
2023-12-22 20:06:07 +00:00
interface as well as an easy-to-use service manager.~~
**Update (22/12/23)**: Init system has been changed to systemd
2023-12-15 19:01:56 +00:00
## Changes to the package management system
While I made simple changes to the `mp-build` script and `mp`,
the biggest change was made to the `mp-repo`, I rewrote it
in python to offer a more powerful command-line interface.
## What is next?
After making sure that system is bootable, I may start working on the
`desktop` repo and the wiki. I don't want to promise a release date,
as I also have other projects in my schedule, so I may abandon Matter
for couple of weeks.
I guess that's all for now, see you in the next post.