git: DragonFly_RELEASE_4_0 Revert "installer: Create an initial initrd unconditionally."

Sascha Wildner swildner at crater.dragonflybsd.org
Tue Mar 3 12:59:02 PST 2015


commit 8574631160234fa5234acbbeb843d8f1a86bc848
Author: Sascha Wildner <saw at online.de>
Date:   Tue Mar 3 19:15:20 2015 +0100

    Revert "installer: Create an initial initrd unconditionally."
    
    This reverts commit 0c69777ed12f9dff4a80f46f9ef730837791cf33.
    
    Due to shortcomings of the CD9660 filesystems, hardlinks end up
    having different inode numbers on it, which leads to them being
    treated like separate files when copying etc.
    
    As a result, the initrd put together by mkinitrd from a CD9660
    would end up being around 230MB large where it actually has to
    be below 15MB.
    
    We will solve this in nrelease instead, putting together the
    initrd from the building machine.

Summary of changes:
 usr.sbin/installer/dfuibe_installer/fn_install.c | 12 +++++-------
 1 file changed, 5 insertions(+), 7 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/8574631160234fa5234acbbeb843d8f1a86bc848


-- 
DragonFly BSD source repository



More information about the Commits mailing list