aboutsummaryrefslogtreecommitdiff
path: root/index/20200113.news
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2021-02-02 03:39:56 +0300
committerCem Keylan <cem@ckyln.com>2021-02-02 03:39:56 +0300
commite7999a032bd888abf3665c501a754dbb922fe7c9 (patch)
tree9e6fd5104482ba77815a1ed1d591e9ba8167be78 /index/20200113.news
parentc17e5bd8eb9c0b98b5b6eb9b6cd8f38e2856bb40 (diff)
downloadwebsite-e7999a032bd888abf3665c501a754dbb922fe7c9.tar.gz
Switch to org-mode for generating the website
Diffstat (limited to 'index/20200113.news')
-rw-r--r--index/20200113.news19
1 files changed, 0 insertions, 19 deletions
diff --git a/index/20200113.news b/index/20200113.news
deleted file mode 100644
index f9c467e..0000000
--- a/index/20200113.news
+++ /dev/null
@@ -1,19 +0,0 @@
-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.