aboutsummaryrefslogtreecommitdiff
path: root/docs/index.txt
blob: 50c04b2eaeeab1baef2852d6c638e6dfc892a858 (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
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
Carbs Linux is a source-based Linux(r) distribution that aims to be
simple, flexible and extensible while staying as pragmatic and practical
as possible.  The system can consist of as much or as little as its user
can intend to.


Package Manager
===============

  Carbs Linux uses its own package manager [Carbs Packaging Tools], a
  POSIX shell package manager forked from KISS with the tool-based
  approach of xbps.


[Carbs Packaging Tools] <https://github.com/CarbsLinux/cpt>


Small base
==========

  By default, Carbs Linux comes with busybox for coreutils, bearssl for
  its crypto library, musl libc, and other basic utilities that are
  required for building new software. The majority of the base packages
  are statically linked.


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 interoperability 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>


Links
=====

  - IRC - `#carbslinux' on freenode
  - Reddit - [r/carbslinux]
  - [Mailing Lists]


[r/carbslinux] <https://reddit.com/r/carbslinux>

[Mailing Lists] <file:mailing-lists.org>


News
====

  [RSS Feed] | [See all news]


[RSS Feed] <file:./news.xml>

[See all news] <file:./news>

[Sep 16, 2020]
~~~~~~~~~~~~~~

  The libressl "revert" was reverted. System update will replace
  libressl dependencies with bearssl. You may choose to keep or remove
  bearssl after the update.


[Sep 16, 2020] <file:../news/20200916.html>


[Sep 03, 2020]
~~~~~~~~~~~~~~

  The default TLS provider has been reverted to `libressl'. System
  update will replace bearssl dependencies with libressl. You may choose
  to keep or remove bearssl after the update.


[Sep 03, 2020] <file:../news/20200903.html>


[Jul 27, 2020]
~~~~~~~~~~~~~~

  Carbs Linux's fork of the `kiss' package manager has been renamed to
    `Carbs Packaging Tools' due to huge amount of changes. Your latest
    `kiss' update will handle the bootstrapping. You will need to rename
    your `KISS-*' variables to `CPT-*'.


[Jul 27, 2020] <file:../news/20200727.html>


[Jun 17, 2020]
~~~~~~~~~~~~~~

  A new rootfs tarball including the changes to the core is released and
  can be found on the downloads page.


[Jun 17, 2020] <file:../news/20200617.html>


[May 26, 2020]
~~~~~~~~~~~~~~

  An initial version for binary package management is released. It can
  be found on the [GitHub page].


[May 26, 2020] <file:../news/20200526.html>

[GitHub page] <https://github.com/CarbsLinux/kiss-bin>