diff options
author | Cem Keylan <cem@ckyln.com> | 2020-06-17 16:54:07 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-06-17 16:54:07 +0300 |
commit | 548c5fc976df40b595fd7cc86e483f8f4e4b9237 (patch) | |
tree | 0d7c04bd4a0c696aae432096777f1ce353c1d8b2 /index | |
parent | 21c38f60f933747e42a886ed40252e23d4979b1b (diff) | |
download | website-548c5fc976df40b595fd7cc86e483f8f4e4b9237.tar.gz |
update
Diffstat (limited to 'index')
-rw-r--r-- | index/index.md | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/index/index.md b/index/index.md index a87b1c5..aeb85fe 100644 --- a/index/index.md +++ b/index/index.md @@ -1,5 +1,5 @@ Carbs Linux is an in-development Linux® distribution with a suckless mindset. -The base system will consist of only the necessary programs to create a Linux +The base system consists of only the necessary programs to create a Linux distribution. Package Manager @@ -12,8 +12,9 @@ extremely flexible package manager. Small base -------------------------------------------------------------------------------- -By default, Carbs Linux comes with busybox for coreutils, and basic utilities -for building new software. The rootfs tarball is not bigger than 40MB. +By default, Carbs Linux comes with busybox for coreutils, bearssl for its crypto +library, musl libc, and other basic utilities that are required for building +new software. The majority of the base packages are statically linked. Multiple Init Support @@ -33,9 +34,9 @@ for init systems, and - `runit` for service supervisors. The [carbs-init] package is the collection of init -scripts that ensure the interoperatability of these init and service systems, -and make it easier for the user to switch to their preferred combinations of -system supervision. +scripts that ensure the interoperability of these init and service systems, and +make it easier for the user to switch to their preferred combinations of system +supervision. Nothing holds you back, however, from ditching any of these and packaging some other system supervision technique along with your own init scripts. |