Copy isolinux binaries to the target ISO

Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
This commit is contained in:
Aaron Griffin 2008-12-09 11:00:24 -08:00
parent f50f44d3a5
commit 1b248c4ed6

View File

@ -27,8 +27,10 @@ ftp-iso: root-image boot-files
.PHONY: boot-files .PHONY: boot-files
boot-files: boot-files:
mkdir -p image-dir/boot/grub/ mkdir -p image-dir/boot/grub/
mkdir -p image-dir/boot/isolinux
#ick! this section needs reworking #ick! this section needs reworking
cp -r work/usr/lib/grub/i386-pc/* image-dir/boot/grub cp -r work/usr/lib/grub/i386-pc/* image-dir/boot/grub
cp -r work/usr/lib/syslinux/isolinux.bin image-dir/boot/isolinux
cp -r work/boot/* image-dir/boot/ cp -r work/boot/* image-dir/boot/
cp -r boot-files/* image-dir/boot/ cp -r boot-files/* image-dir/boot/
#end ick #end ick