mrrl

Minimal Reliable Reproducible Linux
git clone https://ccx.te2000.cz/git/mrrl
Log | Files | Refs | Submodules | README

commit 0ff6290f285b397f70bf7f635ebd2b7f81714802
parent 86c847d2f67e89d65ce0188577e79f604e4fd867
Author: Jan Pobrislo <ccx@te2000.cz>
Date:   Wed, 28 May 2025 17:44:56 +0000

README wording

Diffstat:
MREADME | 12++++++------
1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/README b/README @@ -3,7 +3,7 @@ Minimal Reliable Reproducible Linux Intent of this project is to build robust, minimal Linux-based system that is just enough to boot, start some containers (via s6 and busybox unshare), -and rebuild itself. +and also is able to rebuild itself. It should be fully compatible with installation as a software overlay over existing Linux distributions. @@ -11,7 +11,7 @@ existing Linux distributions. The robustnes should come from two design decisions: * packaging simple software that does it's job right * using filesystem layout that supports fully parallel installation with atomic - switchover + switchover, including configuration See: * https://ccx.te2000.cz/stagit/pthbs/ for package manager code @@ -21,8 +21,8 @@ Requirements ------------ The bootstrap is done by compiling musl-cross-make, GNU make and busybox. -The goal is not to need anything above requirements of these packages, -however several non-critical components are not yet implemented in a +Eventual goal is not to need anything above requirements of these packages, +however these non-critical components are not yet implemented in a bootstrapped fashion: Package generation @@ -57,10 +57,10 @@ Work in progress ---------------- * bootstrap argv0exec and sandbox chroot image -* versioned system configuration including init +* example versioned system configuration including init * TLS certificates (currently messy, do not trust it to be secure) * cgroup-tools (cgconfigparser) -* libcap (execcap tool) +* adding acl and xattr support to rsync Packages --------