From 674bf4af46d5f90964a50ba7115e4b2269b3a4fd Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Sat, 11 Apr 2020 04:10:54 +0300 Subject: update --- index/20200410.news | 2 +- index/index.md | 40 +++++++++++++++++++++++++++++++--------- 2 files changed, 32 insertions(+), 10 deletions(-) (limited to 'index') diff --git a/index/20200410.news b/index/20200410.news index 0adabda..3ba8431 100644 --- a/index/20200410.news +++ b/index/20200410.news @@ -1 +1 @@ -IRC channel can now be accessed from #carbslinux at freenode! +IRC channel can now be accessed from `#carbslinux` at freenode! diff --git a/index/index.md b/index/index.md index 6494588..6def6e5 100644 --- a/index/index.md +++ b/index/index.md @@ -5,18 +5,40 @@ distribution. Package Manager --------------- -Carbs Linux is built upon the world's best Linux distribution -[KISS Linux](https://getkiss.org) and uses [kiss](https://github.com/kisslinux/kiss) -as its package manager, which has proven to be extremely flexible. I aim to move Carbs -to an even more suckless path. +Carbs Linux uses its own fork of the [kiss package manager] which is an extremely +flexible package manager. -Sane defaults -------------- +Small base +---------- -By default, Carbs Linux comes with busybox for coreutils, runit as the system -supervisor, and sinit as the init, though nothing holds you from changing any -of them. +By default, Carbs Linux comes with busybox for coreutils, and basic utilities +for building new software. The rootfs tarball is not bigger than 40MB. + + +Multiple Init Support +--------------------- + +Carbs Linux has support for multiple init systems and service supervisors. +In the main repository are + +- `sinit` +- `busybox-init` (SysVinit clone) +- `runit-init` + +for init systems, and + +- `sysmgr` +- `busybox-runit` +- `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. + +Nothing holds you back, however, from ditching any of these and packaging +some other system supervision technique along with your own init scripts. Links -- cgit v1.2.3