blob: a5a44a8b1468bb64466a3182102f223c924a68b7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
______________
JAN 13, 2020
______________
<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.
,----
| # 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.
|