diff options
author | Patrick McDermott <pehjota> | 2020-11-09 12:02:22 (EST) |
---|---|---|
committer | Patrick McDermott <pehjota> | 2020-11-09 12:02:22 (EST) |
commit | 26bd17d80ac4a089a0bd95c46cd7567471dc40e2 (patch) | |
tree | f2d0677a27d35e6b6e017317c46e3d62c1522f9d | |
parent | 4bd3daece58bc37bd7ade7510bee3949985657c0 (diff) |
dev/todo/install-bb-without-bb: Link to postinst
-rw-r--r-- | dev/todo/install-bb-without-bb.mdwn | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/dev/todo/install-bb-without-bb.mdwn b/dev/todo/install-bb-without-bb.mdwn index 87244ff..38e1b9a 100644 --- a/dev/todo/install-bb-without-bb.mdwn +++ b/dev/todo/install-bb-without-bb.mdwn @@ -40,13 +40,14 @@ The Problem Instead of adding alternatives one at a time, [it would be nice][bb-ua] to manage all of `busybox`'s utility links using `update-alternatives`. -Unfortunately, the maintainer script that runs `update-alternatives` (as well as -the [`update-alternatives` script][u-a] itself) needs a few `busybox` utilities -(`/bin/sh` for a start). Thus, after an older version of `busybox` is -deconfigured, a newer version can't be configured. `busybox` also can't be -configured when first unpacked by `prokit`. +Unfortunately, the [maintainer script][bb.pi] that runs `update-alternatives` +(as well as the [`update-alternatives` script][u-a] itself) needs a few +`busybox` utilities (`/bin/sh` for a start). Thus, after an older version of +`busybox` is deconfigured, a newer version can't be configured. `busybox` also +can't be configured when first unpacked by `prokit`. [bb-ua]: http://git.proteanos.com/pkg/busybox.git/commit/?id=1558d05c62ed90f7d93a14533541c33896b7b733 +[bb.pi]: http://git.proteanos.com/pkg/busybox.git/tree/busybox.pkg/postinst [u-a]: https://git.openwrt.org/?p=project/opkg-lede.git;a=blob;f=utils/update-alternatives.in;hb=d4ba162 A Non-Solution |