From e7999a032bd888abf3665c501a754dbb922fe7c9 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Tue, 2 Feb 2021 03:39:56 +0300 Subject: Switch to org-mode for generating the website --- docs/news/20200113.html | 66 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 66 insertions(+) create mode 100644 docs/news/20200113.html (limited to 'docs/news/20200113.html') diff --git a/docs/news/20200113.html b/docs/news/20200113.html new file mode 100644 index 0000000..99d8fd5 --- /dev/null +++ b/docs/news/20200113.html @@ -0,0 +1,66 @@ + + + + + + +Jan 13, 2020 + + + + +
+ +
+
+
+

Jan 13, 2020

+

+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. +

+
+
+ +
+ + -- cgit v1.2.3