diff options
-rw-r--r-- | dev/todo/install-bb-without-bb.mdwn | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/dev/todo/install-bb-without-bb.mdwn b/dev/todo/install-bb-without-bb.mdwn index 5c0ad95..55ae48c 100644 --- a/dev/todo/install-bb-without-bb.mdwn +++ b/dev/todo/install-bb-without-bb.mdwn @@ -83,4 +83,7 @@ Perhaps this idea is too crazy? Crazier idea: could solution 2 of the first problem above actually solve this problem? `busybox` would need to declare that it `Breaks` older versions of `opkg-lede`, to ensure a sufficiently new `opkg-lede` is installed to handle -`busybox`'s alternatives madness. +`busybox`'s alternatives madness. Also, the `opkg` wrapper itself would have to +be careful to execute utilities as `busybox $util` (including `#!/bin/busybox +sh`) at least until setting up the temporary directory and setting and exporting +`PATH`. |