aboutsummaryrefslogtreecommitdiff
path: root/news/20200113.org
diff options
context:
space:
mode:
Diffstat (limited to 'news/20200113.org')
-rw-r--r--news/20200113.org23
1 files changed, 0 insertions, 23 deletions
diff --git a/news/20200113.org b/news/20200113.org
deleted file mode 100644
index 5fbdf9f..0000000
--- a/news/20200113.org
+++ /dev/null
@@ -1,23 +0,0 @@
-#+TITLE: {{{date(%b %d\, %Y)}}}
-#+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.