Merge pull request #13 from cspenceiv/minor-fix

Add sed command to use genisoimage - considering that 'genisoimage' is already described as possible dependency, this merge should have zero impact on the overall build process, regardless of the host Linux OS.
This commit is contained in:
Ivan Davidov 2015-04-17 21:43:57 +03:00
commit 3ed5ac1f91

View File

@ -5,6 +5,9 @@ rm -f minimal_linux_live.iso
cd work/kernel
cd $(ls -d *)
# Edit Makefile to look for genisoimage instead of mkisofs
sed -i 's/mkisofs/genisoimage/g' arch/x86/boot/Makefile
make isoimage FDINITRD=../../rootfs.cpio.gz
cp arch/x86/boot/image.iso ../../../minimal_linux_live.iso