Revert "installer: Create an initial initrd unconditionally."
commit8574631160234fa5234acbbeb843d8f1a86bc848
authorSascha Wildner <saw@online.de>
Tue, 3 Mar 2015 18:15:20 +0000 (3 19:15 +0100)
committerSascha Wildner <saw@online.de>
Tue, 3 Mar 2015 20:57:59 +0000 (3 21:57 +0100)
tree43477cecf337b27596e9cf87b49c4268a0d04f6f
parent057db712867f65c160f22ed01a94c58a5fd9134e
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.
usr.sbin/installer/dfuibe_installer/fn_install.c