git: Revert "installer: Create an initial initrd unconditionally."
Sascha Wildner
swildner at crater.dragonflybsd.org
Tue Mar 3 12:20:00 PST 2015
commit a6651ab9097da1bbf3dda3991142bda6c9254409
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/a6651ab9097da1bbf3dda3991142bda6c9254409
--
DragonFly BSD source repository
More information about the Commits
mailing list