Carbs Linux - a simple busybox linux distribution
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 distribution.
Carbs Linux uses its own fork of the kiss package manager which is an extremely flexible package manager.
By default, Carbs Linux comes with busybox for coreutils, and basic utilities for building new software. The rootfs tarball is not bigger than 40MB.
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.
#carbslinux
on freenodeIRC channel can now be accessed from #carbslinux
at freenode!
A new rootfs tarball has been released. See the downloads page
Carbs Linux repositories will be hosted only on Github. Commits will be pushed there, and not the repository. You have until May 4, 2020 Monday to switch your remotes to https://github.com/CarbsLinux/repository. The git repository will continue to be served until then (without additional commits).
You can switch your remote by executing the following command on your repository directory.
git remote set-url origin https://github.com/CarbsLinux/repository
View Page Source