diff options
author | Patrick McDermott <pehjota> | 2020-11-10 03:27:08 (EST) |
---|---|---|
committer | Patrick McDermott <pehjota> | 2020-11-10 03:27:08 (EST) |
commit | c4c811cda5c04350bc3d3d0656a6595f70d4ddc1 (patch) | |
tree | 2ddd8d048e2efd210af8c7b14ac4ef093d62339a /dev | |
parent | 73ea6a393edd9d4f03359b44202bbb1693c4fad9 (diff) |
dev/todo/install-bb-without-bb: Exec bb directly
Diffstat (limited to 'dev')
-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`. |