aboutsummaryrefslogtreecommitdiff
path: root/index/20200113.news
diff options
context:
space:
mode:
Diffstat (limited to 'index/20200113.news')
-rw-r--r--index/20200113.news16
1 files changed, 16 insertions, 0 deletions
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.