git: mkinitrd(8): Stop copying regular binaries to the ramdisk

Francois Tigeot ftigeot at crater.dragonflybsd.org
Wed Apr 9 14:33:07 PDT 2014


commit 195e411d92305ac08cb3a5c3bdf5bae028b8e615
Author: François Tigeot <ftigeot at wolfpond.org>
Date:   Wed Apr 9 23:13:48 2014 +0200

    mkinitrd(8): Stop copying regular binaries to the ramdisk
    
    * initrd binaries are specially tailored versions and don't necessarily
      work in the same way as regular ones
    
    * In fact, regular binaries from newer DragonFly systems are expected to
      use dynamic libraries and won't work at all in the fully static environment
      of the ramdisk

Summary of changes:
 etc/defaults/mkinitrd.conf |  3 ---
 sbin/mkinitrd/mkinitrd.8   |  2 --
 sbin/mkinitrd/mkinitrd.sh  | 14 --------------
 3 files changed, 19 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/195e411d92305ac08cb3a5c3bdf5bae028b8e615


-- 
DragonFly BSD source repository



More information about the Commits mailing list