aboutsummaryrefslogtreecommitdiff
path: root/index
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-04-11 04:10:54 +0300
committerCem Keylan <cem@ckyln.com>2020-04-11 04:10:54 +0300
commit674bf4af46d5f90964a50ba7115e4b2269b3a4fd (patch)
tree92dbf204ef9ddec4f143bd4de0f9e8aeb8c860e2 /index
parent27bc407adf29c3544fe39c030c4644b614d52c43 (diff)
downloadwebsite-674bf4af46d5f90964a50ba7115e4b2269b3a4fd.tar.gz
update
Diffstat (limited to 'index')
-rw-r--r--index/20200410.news2
-rw-r--r--index/index.md40
2 files changed, 32 insertions, 10 deletions
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