diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2020-12-08 13:09:49 (EST) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2020-12-09 07:39:31 (EST) |
commit | 7faf9cf935f4f4f2650f6d8b2198e530076e7c3f (patch) | |
tree | 229ef7db555a1d2f3c6725a443199b9e73837da7 /NEWS | |
parent | ca347b32c00e3d923c5df0ed41c75da6429f0495 (diff) |
opkg_install_all(): Don't run cut in the root
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -28,6 +28,10 @@ Error handling and bug fixes: * An incompatibility with GNU Bash, Z shell, KornShell, MirBSD Korn Shell, and possibly others (except Almquist shell derivatives DASH and BusyBox ash) present since prokit version 2.0.0 has been fixed. + * Installation commands no longer assume that the "cut" utility is + usable within the root being installed. ProteanOS's busybox + 1.32.0-1 manages "cut" and almost all other utility links using + update-alternatives, so they aren't usable until after installation. ProteanOS Development Kit version 2.0.1 --------------------------------------- |