| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
| |
When busybox --install is called (without parameters) the user is
responsible to ensure all paths are created. While this is probably a
bug in upstream busybox, it has been working this way since forever.
Until this is fixed upstream, lets ensure that if busybox is installed
very early on, all paths needed do actually exist preventing 'no such
file or directory' errors during install.
Signed-off-by: Olliver Schinagl <oliver@schinagl.nl>
|
|
|
|
|
|
| |
We cleanup emtpy dirs in abuild:b8b8a651fc147669e3e811f55198305b97c1001c
this breaks installing busybox symlinks on netboot due to missing target
directory.
|
|
|
|
|
|
| |
We have moved /bin/install to /usr/bin/install. The old symlink
should go away when upgrading and trigger script will not do it.
So we do it in post-upgrade
|
|
|
|
|
|
|
| |
We need the .post-install and .post-upgrade scripts early, otherwise
we break installscripts for all packages installed after busybox.
This reverts commit 13f7afcb44ab3fc34ab250aa7df135e1cb684cac.
|
| |
|
|
added maintainer to several packages as well
|