diff options
author | Cem Keylan <cem@ckyln.com> | 2020-04-06 12:06:20 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-04-06 12:06:20 +0300 |
commit | 979a10c2a68746565f330e871da2a0a112fa1604 (patch) | |
tree | edc502252ef282c7f67f40251300130aa4b094c1 /index | |
download | website-979a10c2a68746565f330e871da2a0a112fa1604.tar.gz |
initial commit
Diffstat (limited to 'index')
-rw-r--r-- | index/20191210.news | 2 | ||||
-rw-r--r-- | index/20191212.news | 3 | ||||
-rw-r--r-- | index/20191215.news | 5 | ||||
-rw-r--r-- | index/20191217.news | 2 | ||||
-rw-r--r-- | index/20191218.news | 2 | ||||
-rw-r--r-- | index/20200109.news | 11 | ||||
-rw-r--r-- | index/20200110.news | 2 | ||||
-rw-r--r-- | index/20200113.news | 16 | ||||
-rw-r--r-- | index/20200115.news | 2 | ||||
-rw-r--r-- | index/20200122.news | 3 | ||||
-rw-r--r-- | index/20200128.news | 8 | ||||
-rw-r--r-- | index/20200213.news | 4 | ||||
-rw-r--r-- | index/20200214.news | 49 | ||||
-rw-r--r-- | index/20200218.news | 8 | ||||
-rw-r--r-- | index/20200405.news | 11 | ||||
-rw-r--r-- | index/index.md | 32 |
16 files changed, 160 insertions, 0 deletions
diff --git a/index/20191210.news b/index/20191210.news new file mode 100644 index 0000000..ffd9237 --- /dev/null +++ b/index/20191210.news @@ -0,0 +1,2 @@ +First alpha release was made. See the [downloads page](//dl.carbslinux.org/releases). + diff --git a/index/20191212.news b/index/20191212.news new file mode 100644 index 0000000..2cecad7 --- /dev/null +++ b/index/20191212.news @@ -0,0 +1,3 @@ +Busybox and Busybox-init has been seperated into two different packages. +This is for adding standalone runit/runit-init to the repositories. + diff --git a/index/20191215.news b/index/20191215.news new file mode 100644 index 0000000..774383c --- /dev/null +++ b/index/20191215.news @@ -0,0 +1,5 @@ +Carbs Linux Wiki is now available to be edited and updated by the users go +to the [wiki](//carbslinux.org/wiki) to obtain more information. + +**February 2020 EDIT:** Changed link for wiki + diff --git a/index/20191217.news b/index/20191217.news new file mode 100644 index 0000000..d81e3ea --- /dev/null +++ b/index/20191217.news @@ -0,0 +1,2 @@ +Installation instruction are now complete. A review would be greatly appreciated! + diff --git a/index/20191218.news b/index/20191218.news new file mode 100644 index 0000000..9216ec0 --- /dev/null +++ b/index/20191218.news @@ -0,0 +1,2 @@ +carbs-rootfs-20191218.tar.xz was [released](//dl.carbslinux.org/releases) + diff --git a/index/20200109.news b/index/20200109.news new file mode 100644 index 0000000..12873c5 --- /dev/null +++ b/index/20200109.news @@ -0,0 +1,11 @@ +Happy new year, everyone! I am back after some long silence. I was unable to commit for a +while, but I have pulled some new updates from the KISS repository, added some of my own. +This week I will be changing/adding some things. + +Important things are, + +* Carbs-init was updated to 0.3. +* I will be adding an implementation of suckless.org's [sinit](//core.suckless.org/sinit) as `carbs-sinit` +* Carbs Repository was added to [repology.org](//repology.org/repository/carbs) +* A new rootfs tarball will be coming up tomorrow. + diff --git a/index/20200110.news b/index/20200110.news new file mode 100644 index 0000000..bdf0afd --- /dev/null +++ b/index/20200110.news @@ -0,0 +1,2 @@ +carbs-rootfs-20200110.tar.xz was [released](//dl.carbslinux.org/releases) + diff --git a/index/20200113.news b/index/20200113.news new file mode 100644 index 0000000..b9139a0 --- /dev/null +++ b/index/20200113.news @@ -0,0 +1,16 @@ +**Busybox update reqires manual intervention** + +The new busybox package conflicts with the pre-update busybox-init. That's why +you should rebuild and install `busybox-init` before doing the update. + + # Do a kiss update first (but don't actually update it yet), or manually pull the git repository + $ kiss u # Cancel this operation after it asks for you to confirm the update + + # Install the busybox-init package + $ kiss b busybox-init && kiss i busybox-init + + # Continue your update as you normally would. + $ kiss u + +I have moved runit and logging utilities from the busybox-init package to the busybox +package, which is the cause of these conflicts. diff --git a/index/20200115.news b/index/20200115.news new file mode 100644 index 0000000..a49aade --- /dev/null +++ b/index/20200115.news @@ -0,0 +1,2 @@ +sinit has been taken to `core`, and is now officially supported + diff --git a/index/20200122.news b/index/20200122.news new file mode 100644 index 0000000..76af4d2 --- /dev/null +++ b/index/20200122.news @@ -0,0 +1,3 @@ +Expect downtime on Jan 24 2020 22:00 UTC as I will be migrating +this web server to my Carbs Linux server! + diff --git a/index/20200128.news b/index/20200128.news new file mode 100644 index 0000000..6589b86 --- /dev/null +++ b/index/20200128.news @@ -0,0 +1,8 @@ +Web Server is now on a Carbs Linux server. It is not complete yet, +but I will be adding a little more for the intended functionality. +Downtimes can be expected. + +UPDATE: ssl is now working. + +UPDATE2: downloads are back again. + diff --git a/index/20200213.news b/index/20200213.news new file mode 100644 index 0000000..13144cd --- /dev/null +++ b/index/20200213.news @@ -0,0 +1,4 @@ +Runit is now released on the core repository! You can now replace +busybox-init with runit-init. You can also replace the busybox runit +utilities with the actual runit. This will reduce the dependency on +busybox greatly. diff --git a/index/20200214.news b/index/20200214.news new file mode 100644 index 0000000..0926126 --- /dev/null +++ b/index/20200214.news @@ -0,0 +1,49 @@ +**IMPORTANT!** Carbs-init update to be released on 17th of February +will require manual intervention. I am holding this update back so +people can see it before they update their system (even though the +update will show the same message as this). The rationale for the +update is explained below the intervention. + + # There is an explanation for each init + # You only need to follow the instructions + # for your own init-system + + ## busybox-init + # If you did not edit your inittab simply + # move inittab.new to inittab + -> mv /etc/inittab.new /etc/inittab + + # If you did edit your inittab you can use + # a simple sed command to remove the necessary lines + -> sed -i '/getty/d;/runsvdir/d' /etc/inittab + + + ## runit + # same as busybox-init, if you did not edit + # /etc/runit/2 move 2.new to 2 + -> mv /etc/runit/2.new /etc/runit/2 + + # else + -> vim /etc/runit/2 + # open your 2 file and remove the for loop containing + # getty commands. If you are using runit, it is recommended + # to comment out /etc/init/runit.boot + + ## sinit/minit + # If you did not edit your {sinit-,}launch-services.boot + # you can simply remove it. + -> rm -f /etc/init/launch-services.boot /etc/init/sinit-launch-services.boot + + # This should leave you without any issues, and you can safely reboot. + +Carbs-init update is to make sure init systems do not clash, and do +not have to use different files. This is a sensible update both for +the user user and for the maintainer side. + +To give an example, before this update busybox-init was managing getty +through `inittab`, runit was managing through `/etc/runit/2`, and +minit/sinit were launching from `/etc/init/launch-services.boot`. This +is a configuration nightmare for everyone, and since I am maintaining +and constantly testing those init providers, a huge nightmare for me. +This is a Quality of Life update. + diff --git a/index/20200218.news b/index/20200218.news new file mode 100644 index 0000000..31bc8b3 --- /dev/null +++ b/index/20200218.news @@ -0,0 +1,8 @@ +A new tarball is released. It can be found on <https://dl.carbslinux.org>. + +**edit:** I have removed the tarball because of a bootstrapping issue. +I will be re-adding it later today. + +**edit 2:** I have added a tarball (20200219) to reflect my recent +changes on Busybox. + diff --git a/index/20200405.news b/index/20200405.news new file mode 100644 index 0000000..a51cb6c --- /dev/null +++ b/index/20200405.news @@ -0,0 +1,11 @@ +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 + diff --git a/index/index.md b/index/index.md new file mode 100644 index 0000000..f28afb8 --- /dev/null +++ b/index/index.md @@ -0,0 +1,32 @@ +Carbs Linux is an in-development Linux® distribution with a suckless mindset. +The system will consist of only the necessary programs to create a Linux +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. + + +Sane defaults +------------- + +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. + + +Links +----- + +* Reddit - [/r/carbslinux](http://reddit.com/r/carbslinux) +* Matrix - [#carbs-linux:matrix.org](https://matrix.to/#/#carbs-linux:matrix.org) + + +News +---- + +[RSS Feed](/news.xml) |