aboutsummaryrefslogtreecommitdiff
path: root/content/news
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2021-08-31 01:13:15 +0300
committerCem Keylan <cem@ckyln.com>2021-08-31 01:13:15 +0300
commit08c5bd21fa02e1b30fe2e4c194d9c615a4daf2c6 (patch)
treeb471d65a2ad20665dc0e0e8f91aa67ac4c0949b1 /content/news
parent25cfa83501cf9b0a1f79d7d94af13b0866c33aa7 (diff)
downloadwebsite-08c5bd21fa02e1b30fe2e4c194d9c615a4daf2c6.tar.gz
website: switch to hugo
Diffstat (limited to 'content/news')
-rw-r--r--content/news/20191210.org4
-rw-r--r--content/news/20191212.org6
-rw-r--r--content/news/20191217.org5
-rw-r--r--content/news/20191218.org4
-rw-r--r--content/news/20200109.org13
-rw-r--r--content/news/20200110.org4
-rw-r--r--content/news/20200113.org23
-rw-r--r--content/news/20200115.org4
-rw-r--r--content/news/20200122.org5
-rw-r--r--content/news/20200128.org10
-rw-r--r--content/news/20200213.org6
-rw-r--r--content/news/20200214.org50
-rw-r--r--content/news/20200218.org10
-rw-r--r--content/news/20200405.org14
-rw-r--r--content/news/20200406.org4
-rw-r--r--content/news/20200410.org4
-rw-r--r--content/news/20200427.org7
-rw-r--r--content/news/20200510.org7
-rw-r--r--content/news/20200519.org5
-rw-r--r--content/news/20200526.org5
-rw-r--r--content/news/20200617.org5
-rw-r--r--content/news/20200727.org7
-rw-r--r--content/news/20200903.org6
-rw-r--r--content/news/20200916.org6
-rw-r--r--content/news/20210228.org5
-rw-r--r--content/news/20210304.org6
-rw-r--r--content/news/20210308.org5
-rw-r--r--content/news/20210401.org5
-rw-r--r--content/news/20210406.org9
-rw-r--r--content/news/20210522.org4
30 files changed, 248 insertions, 0 deletions
diff --git a/content/news/20191210.org b/content/news/20191210.org
new file mode 100644
index 0000000..af7a540
--- /dev/null
+++ b/content/news/20191210.org
@@ -0,0 +1,4 @@
+#+TITLE: Dec 10, 2019
+#+DATE: <2019-12-10 Tue>
+
+First alpha release was made. See the [[https://dl.carbslinux.org/releases][downloads page]].
diff --git a/content/news/20191212.org b/content/news/20191212.org
new file mode 100644
index 0000000..2f66b54
--- /dev/null
+++ b/content/news/20191212.org
@@ -0,0 +1,6 @@
+#+TITLE: Dec 12, 2019
+#+DATE: <2019-12-12 Thu>
+
+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/content/news/20191217.org b/content/news/20191217.org
new file mode 100644
index 0000000..dc10d75
--- /dev/null
+++ b/content/news/20191217.org
@@ -0,0 +1,5 @@
+#+TITLE: Dec 17, 2019
+#+DATE: <2019-12-17 Tue>
+
+Installation instruction are now complete. A review would be greatly appreciated!
+
diff --git a/content/news/20191218.org b/content/news/20191218.org
new file mode 100644
index 0000000..5184fec
--- /dev/null
+++ b/content/news/20191218.org
@@ -0,0 +1,4 @@
+#+TITLE: Dec 18, 2019
+#+DATE: <2019-12-18 Wed>
+
+carbs-rootfs-20191218.tar.xz was released.
diff --git a/content/news/20200109.org b/content/news/20200109.org
new file mode 100644
index 0000000..8804729
--- /dev/null
+++ b/content/news/20200109.org
@@ -0,0 +1,13 @@
+#+TITLE: Jan 09, 2020
+#+DATE: <2020-01-09 Thu>
+
+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 [[https://core.suckless.org/sinit][sinit]] as =carbs-sinit=
+- Carbs Repository was added to [[https://repology.org/repository/carbs][repology.org]]
+- A new rootfs tarball will be coming up tomorrow.
diff --git a/content/news/20200110.org b/content/news/20200110.org
new file mode 100644
index 0000000..c71f61b
--- /dev/null
+++ b/content/news/20200110.org
@@ -0,0 +1,4 @@
+#+TITLE: Jan 10, 2020
+#+DATE: <2020-01-10 Fri>
+
+carbs-rootfs-20200110.tar.xz was released.
diff --git a/content/news/20200113.org b/content/news/20200113.org
new file mode 100644
index 0000000..44f157a
--- /dev/null
+++ b/content/news/20200113.org
@@ -0,0 +1,23 @@
+#+TITLE: Jan 13, 2020
+#+DATE: <2020-01-13 Mon>
+
+**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.
+
+#+BEGIN_SRC sh
+# 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
+
+#+END_SRC
+
+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/content/news/20200115.org b/content/news/20200115.org
new file mode 100644
index 0000000..9d3bcc3
--- /dev/null
+++ b/content/news/20200115.org
@@ -0,0 +1,4 @@
+#+TITLE: Jan 15, 2020
+#+DATE: <2020-01-15 Wed>
+
+sinit has been taken to =core=, and is now officially supported
diff --git a/content/news/20200122.org b/content/news/20200122.org
new file mode 100644
index 0000000..009405e
--- /dev/null
+++ b/content/news/20200122.org
@@ -0,0 +1,5 @@
+#+TITLE: Jan 22, 2020
+#+DATE: <2020-01-22 Wed>
+
+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/content/news/20200128.org b/content/news/20200128.org
new file mode 100644
index 0000000..c13e72e
--- /dev/null
+++ b/content/news/20200128.org
@@ -0,0 +1,10 @@
+#+TITLE: Jan 28, 2020
+#+DATE: <2020-01-28 Tue>
+
+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/content/news/20200213.org b/content/news/20200213.org
new file mode 100644
index 0000000..65a2ab1
--- /dev/null
+++ b/content/news/20200213.org
@@ -0,0 +1,6 @@
+#+TITLE: Feb 13, 2020
+#+DATE: <2020-02-13 Thu>
+
+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/content/news/20200214.org b/content/news/20200214.org
new file mode 100644
index 0000000..90b805d
--- /dev/null
+++ b/content/news/20200214.org
@@ -0,0 +1,50 @@
+#+TITLE: Feb 14, 2020
+#+DATE: <2020-02-14 Fri>
+
+**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.
+
+#+BEGIN_SRC sh
+# 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.
+#+END_SRC
+
+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/content/news/20200218.org b/content/news/20200218.org
new file mode 100644
index 0000000..5ea71af
--- /dev/null
+++ b/content/news/20200218.org
@@ -0,0 +1,10 @@
+#+TITLE: Feb 18, 2020
+#+DATE: <2020-02-18 Tue>
+
+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/content/news/20200405.org b/content/news/20200405.org
new file mode 100644
index 0000000..716f669
--- /dev/null
+++ b/content/news/20200405.org
@@ -0,0 +1,14 @@
+#+TITLE: Apr 05, 2020
+#+DATE: <2020-04-05 Sun>
+
+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.
+
+#+BEGIN_SRC sh
+git remote set-url origin https://github.com/CarbsLinux/repository
+#+END_SRC
diff --git a/content/news/20200406.org b/content/news/20200406.org
new file mode 100644
index 0000000..e2810d1
--- /dev/null
+++ b/content/news/20200406.org
@@ -0,0 +1,4 @@
+#+TITLE: Apr 06, 2020
+#+DATE: <2020-04-06 Mon>
+
+A new rootfs tarball has been released. See the downloads page.
diff --git a/content/news/20200410.org b/content/news/20200410.org
new file mode 100644
index 0000000..b51657b
--- /dev/null
+++ b/content/news/20200410.org
@@ -0,0 +1,4 @@
+#+TITLE: Apr 10, 2020
+#+DATE: <2020-04-10 Fri>
+
+IRC channel can now be accessed from =#carbslinux= at freenode!
diff --git a/content/news/20200427.org b/content/news/20200427.org
new file mode 100644
index 0000000..4df269e
--- /dev/null
+++ b/content/news/20200427.org
@@ -0,0 +1,7 @@
+#+TITLE: Apr 27, 2020
+#+DATE: <2020-04-27 Mon>
+
+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.
diff --git a/content/news/20200510.org b/content/news/20200510.org
new file mode 100644
index 0000000..dcdd408
--- /dev/null
+++ b/content/news/20200510.org
@@ -0,0 +1,7 @@
+#+TITLE: May 10, 2020
+#+DATE: <2020-05-10 Sun>
+
+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 [[https://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git/patch/?id=f670269a42bfdd2c83a1118cc3d1b475547eac22][patch]] to your kernel sources.
+
+**EDIT:** The patch is no longer necessary.
diff --git a/content/news/20200519.org b/content/news/20200519.org
new file mode 100644
index 0000000..52b555e
--- /dev/null
+++ b/content/news/20200519.org
@@ -0,0 +1,5 @@
+#+TITLE: May 19, 2020
+#+DATE: <2020-05-19 Tue>
+
+A rootfs tarball targeting the i686 architecture has been released. It can be
+found on the downloads page.
diff --git a/content/news/20200526.org b/content/news/20200526.org
new file mode 100644
index 0000000..2a3658f
--- /dev/null
+++ b/content/news/20200526.org
@@ -0,0 +1,5 @@
+#+TITLE: May 26, 2020
+#+DATE: <2020-05-26 Tue>
+
+An initial version for binary package management is released. It can be found on
+the [[https://github.com/CarbsLinux/kiss-bin][GitHub page]].
diff --git a/content/news/20200617.org b/content/news/20200617.org
new file mode 100644
index 0000000..5872e15
--- /dev/null
+++ b/content/news/20200617.org
@@ -0,0 +1,5 @@
+#+TITLE: Jun 17, 2020
+#+DATE: <2020-06-17 Wed>
+
+A new rootfs tarball including the changes to the core is released and can be
+found on the downloads page.
diff --git a/content/news/20200727.org b/content/news/20200727.org
new file mode 100644
index 0000000..0309b12
--- /dev/null
+++ b/content/news/20200727.org
@@ -0,0 +1,7 @@
+#+TITLE: Jul 27, 2020
+#+DATE: <2020-07-27 Mon>
+
+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-*=.
diff --git a/content/news/20200903.org b/content/news/20200903.org
new file mode 100644
index 0000000..6cd120b
--- /dev/null
+++ b/content/news/20200903.org
@@ -0,0 +1,6 @@
+#+TITLE: Sep 03, 2020
+#+DATE: <2020-09-03 Thu>
+
+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.
diff --git a/content/news/20200916.org b/content/news/20200916.org
new file mode 100644
index 0000000..cf2dc7d
--- /dev/null
+++ b/content/news/20200916.org
@@ -0,0 +1,6 @@
+#+TITLE: Sep 16, 2020
+#+DATE: <2020-09-16 Wed>
+
+The libressl "revert" was reverted. System update will replace libressl
+dependencies with bearssl. You may choose to keep or remove bearssl after the
+update.
diff --git a/content/news/20210228.org b/content/news/20210228.org
new file mode 100644
index 0000000..b7efc19
--- /dev/null
+++ b/content/news/20210228.org
@@ -0,0 +1,5 @@
+#+TITLE: Feb 28, 2021
+#+DATE: <2021-02-28 Sun>
+
+Mailing lists for Carbs Linux has changed, see [[file:../mailing-lists.html][the mailing lists section]] for
+more information on subscribing and list information.
diff --git a/content/news/20210304.org b/content/news/20210304.org
new file mode 100644
index 0000000..f6bc7ca
--- /dev/null
+++ b/content/news/20210304.org
@@ -0,0 +1,6 @@
+#+TITLE: Mar 04, 2021
+#+DATE: <2021-03-04 Thu>
+
+Our own git server might stay outdated as it is switching to the new server.
+Outages should be expected until the end of this week. You can temporarily
+switch to the [[srht:~carbslinux][mirrors on Sourcehut]] to avoid repository issues.
diff --git a/content/news/20210308.org b/content/news/20210308.org
new file mode 100644
index 0000000..7ea693b
--- /dev/null
+++ b/content/news/20210308.org
@@ -0,0 +1,5 @@
+#+TITLE: Mar 08, 2021
+#+DATE: <2021-03-08 Mon>
+
+Our [[https://git.carbslinux.org][Git repositories]] are back up, and you can switch your remotes back to them,
+if that's your preferred method.
diff --git a/content/news/20210401.org b/content/news/20210401.org
new file mode 100644
index 0000000..0f03923
--- /dev/null
+++ b/content/news/20210401.org
@@ -0,0 +1,5 @@
+#+TITLE: Apr 01, 2021
+#+DATE: <2021-04-01 Thu>
+
+After long consideration, Carbs Linux has again switched from BearSSL to
+LibreSSL for good.
diff --git a/content/news/20210406.org b/content/news/20210406.org
new file mode 100644
index 0000000..4235157
--- /dev/null
+++ b/content/news/20210406.org
@@ -0,0 +1,9 @@
+#+TITLE: Apr 06, 2021
+#+DATE: <2021-04-06 Tue>
+
+A new rootfs tarball has been released, but the signature verification method
+has been switched to [[http://man.openbsd.org/signify][signify(1)]] from GnuPG. The latest public key can be
+retrieved from [[https://dl.carbslinux.org/keys]]. Many distributions provide the
+signify tool, and Carbs Linux provides it by either the [[carbs-pkg:extra/signify][signify]] or the [[carbs-pkg:core/otools][otools]]
+packages. Installation instructions and the user manual will be updated tomorrow
+to reflect upon this change.
diff --git a/content/news/20210522.org b/content/news/20210522.org
new file mode 100644
index 0000000..ed90e1b
--- /dev/null
+++ b/content/news/20210522.org
@@ -0,0 +1,4 @@
+#+TITLE: May 22, 2021
+#+DATE: <2021-05-22 Sat>
+
+The IRC channel '#carbslinux' has moved to [[https://libera.chat][libera.chat]].