initrd: Add various binaries and scripts
authorFrançois Tigeot <ftigeot@wolfpond.org>
Wed, 9 Apr 2014 15:30:44 +0000 (17:30 +0200)
committerFrançois Tigeot <ftigeot@wolfpond.org>
Wed, 9 Apr 2014 21:17:51 +0000 (23:17 +0200)
commit7bc8dca77b30fb84d9ae9fde3e10aed8a4cddfa7
tree4d53227b543f9f23f6a8f890d14f19e1ea42433a
parent18a176f6164406e73bbfc4ac4176a5ad28359661
initrd: Add various binaries and scripts

* 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
share/initrd/Makefile
share/initrd/bin/Makefile [new file with mode: 0644]
share/initrd/sbin.libcrypto/Makefile [new file with mode: 0644]
share/initrd/sbin.lvm/Makefile [new file with mode: 0644]
share/initrd/sbin/Makefile [new file with mode: 0644]