git: initrd: Add various binaries and scripts
    Francois Tigeot 
    ftigeot at crater.dragonflybsd.org
       
    Wed Apr  9 14:18:13 PDT 2014
    
    
  
commit 7bc8dca77b30fb84d9ae9fde3e10aed8a4cddfa7
Author: François Tigeot <ftigeot at wolfpond.org>
Date:   Wed Apr 9 17:30:44 2014 +0200
    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
Summary of changes:
 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(-)
 create mode 100644 share/initrd/bin/Makefile
 create mode 100644 share/initrd/sbin.libcrypto/Makefile
 create mode 100644 share/initrd/sbin.lvm/Makefile
 create mode 100644 share/initrd/sbin/Makefile
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/7bc8dca77b30fb84d9ae9fde3e10aed8a4cddfa7
-- 
DragonFly BSD source repository
    
    
More information about the Commits
mailing list