aboutsummaryrefslogtreecommitdiff
path: root/content/news/20200113.org
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/20200113.org
parent25cfa83501cf9b0a1f79d7d94af13b0866c33aa7 (diff)
downloadwebsite-08c5bd21fa02e1b30fe2e4c194d9c615a4daf2c6.tar.gz
website: switch to hugo
Diffstat (limited to 'content/news/20200113.org')
-rw-r--r--content/news/20200113.org23
1 files changed, 23 insertions, 0 deletions
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.