initrd: Add various binaries and scripts

Operating Systems / DragonFlyBSD - François Tigeot [wolfpond.org] - 9 April 2014 16:17 UTC

- Crunch bin and sbin commands with some usr.bin and usr.sbin binaries into /bin and /sbin respectively, we don't want to maintain a /usr directory

- Some of the symbols cryptsetup and tcplay use conflict with others used by regular /sbin binaries, crunch them separately

- lvm's libraries conflict even more, build it as a separate static binary

7bc8dca initrd: Add various binaries and scripts
share/initrd/Makefile | 2 +-
share/initrd/bin/Makefile | 67 +++++++++++++++++++++++++
share/initrd/sbin.libcrypto/Makefile | 20 ++++++++
share/initrd/sbin.lvm/Makefile | 90 ++++++++++++++++++++++++++++++++++
share/initrd/sbin/Makefile | 78 +++++++++++++++++++++++++++++
5 files changed, 256 insertions(+), 1 deletion(-)

Upstream: gitweb.dragonflybsd.org


  • Share