Copy isolinux binaries to the target ISO
Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
This commit is contained in:
parent
f50f44d3a5
commit
1b248c4ed6
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user