Make installer system bootable from initramfs.

This commit is contained in:
Michael Tremer
2010-07-20 18:17:16 +02:00
parent 0ff071f11c
commit d69c879e49
2 changed files with 6 additions and 4 deletions

View File

@@ -93,6 +93,8 @@ $(TARGET) :
cd /install/initrd && strip --strip-all {,usr/}{,s}bin/* || true
cd /install/initrd && strip --strip-debug {,usr/}lib/* || true
cd /install/initrd && ln -svf sbin/init init
cd /install/initrd && find . | cpio -o -H newc | lzma -9 > /install/images/initrd
cd /install/initrd && find ./ -ls > $(DIR_INFO)/_build.initrd.log