aboutsummaryrefslogtreecommitdiff
path: root/docs/index.txt
blob: 74027613413c6e787811cc347fbe95c470dc0478 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
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.

Package Manager
---------------

Carbs Linux uses its own fork of the [kiss package manager] which is an 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.


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.


[carbs-init]: https://github.com/CarbsLinux/repository/tree/master/core/carbs-init
[kiss package manager]: https://github.com/CarbsLinux/kiss

Links
-----

* IRC    - `#carbslinux` on freenode
* Reddit - [/r/carbslinux](http://reddit.com/r/carbslinux)


News
----

[RSS Feed](/news.xml) | [See all news](/news.html)

### May 10 2020

A GCC 10.1.0 change causes a kernel panic for kernels built
with GCC 10.1. This issue can be resolved by applying this
[patch] to your kernel sources.

[patch]: https://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git/patch/?id=f670269a42bfdd2c83a1118cc3d1b475547eac22

### Apr 27 2020

A new rootfs tarball has been released! You can
see it on <https://dl.carbslinux.org/releases>!

**EDIT:** A new bug fix release has been made.

### Apr 10 2020

IRC channel can now be accessed from `#carbslinux` at freenode!

### Apr 06 2020

A new rootfs tarball has been released. See the
[downloads](https://dl.carbslinux.org) page

### Apr 05 2020

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