aboutsummaryrefslogtreecommitdiff
path: root/docs/index.html
blob: 023b381116dd11eac06f3b62425c3cc25de94119 (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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
<!DOCTYPE HTML>
<html lan="en">
<head>
<title>index | Carbs Linux</title>
<link rel="stylesheet" href="/assets/style.css">
<meta charset="utf-8">
<meta name="Description" content="Carbs Linux - a simple busybox linux distribution">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
</head>
<p class=header><strong>Carbs Linux - a simple busybox linux distribution</strong></p>
<div class="header"><nav>
<a href='/'>index</a>
<a href='https://github.com/CarbsLinux'>github</a>
<a href='//dl.carbslinux.org'>downloads</a>
<a href='/blog'>blog</a>
<a href='/wiki'>wiki</a>
<a href='/wiki/install.html'>installation</a>
</nav></div><div class="border"></div>
<p>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.</p>

<h2>Package Manager</h2>

<p>Carbs Linux uses its own fork of the <a href="https://github.com/CarbsLinux/kiss">kiss package manager</a> which is an extremely
flexible package manager.</p>

<h2>Small base</h2>

<p>By default, Carbs Linux comes with busybox for coreutils, and basic utilities
for building new software. The rootfs tarball is not bigger than 40MB.</p>

<h2>Multiple Init Support</h2>

<p>Carbs Linux has support for multiple init systems and service supervisors.
In the main repository are</p>

<ul>
<li><code>sinit</code></li>
<li><code>busybox-init</code> (SysVinit clone)</li>
<li><code>runit-init</code></li>
</ul>


<p>for init systems, and</p>

<ul>
<li><code>sysmgr</code></li>
<li><code>busybox-runit</code></li>
<li><code>runit</code></li>
</ul>


<p>for service supervisors. The <a href="https://github.com/CarbsLinux/repository/tree/master/core/carbs-init">carbs-init</a> 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.</p>

<p>Nothing holds you back, however, from ditching any of these and packaging
some other system supervision technique along with your own init scripts.</p>

<h2>Links</h2>

<ul>
<li>IRC    - <code>#carbslinux</code> on freenode</li>
<li>Reddit - <a href="http://reddit.com/r/carbslinux">/r/carbslinux</a></li>
</ul>


<h2>News</h2>

<p><a href="/news.xml">RSS Feed</a> | <a href="/news.html">See all news</a></p>

<h3>May 10 2020</h3>

<p>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
<a href="https://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git/patch/?id=f670269a42bfdd2c83a1118cc3d1b475547eac22">patch</a> to your kernel sources.</p>

<h3>Apr 27 2020</h3>

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

<p><strong>EDIT:</strong> A new bug fix release has been made.</p>

<h3>Apr 10 2020</h3>

<p>IRC channel can now be accessed from <code>#carbslinux</code> at freenode!</p>

<h3>Apr 06 2020</h3>

<p>A new rootfs tarball has been released. See the
<a href="https://dl.carbslinux.org">downloads</a> page</p>

<h3>Apr 05 2020</h3>

<p>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 <a href="https://github.com/CarbsLinux/repository">https://github.com/CarbsLinux/repository</a>.
The git repository will continue to be served until then (without additional
commits).</p>

<p>You can switch your remote by executing the following command on your
repository directory.</p>

<pre><code>git remote set-url origin https://github.com/CarbsLinux/repository
</code></pre>
<a href="/index.txt">View Page Source</a><div class=border></div>
<p class=footer>Linux® is a registered trademark of Linus Torvalds</p>
<p class=footer>Copyright © 2019-2020 Cem Keylan</p>
</body>
</html>