From 1b248c4ed6cefcee52ec78f1aa7e21b11c9e1cca Mon Sep 17 00:00:00 2001 From: Aaron Griffin Date: Tue, 9 Dec 2008 11:00:24 -0800 Subject: Copy isolinux binaries to the target ISO Signed-off-by: Aaron Griffin --- configs/install-iso/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'configs') diff --git a/configs/install-iso/Makefile b/configs/install-iso/Makefile index cad9403..7a14298 100644 --- a/configs/install-iso/Makefile +++ b/configs/install-iso/Makefile @@ -27,8 +27,10 @@ ftp-iso: root-image boot-files .PHONY: boot-files boot-files: mkdir -p image-dir/boot/grub/ + mkdir -p image-dir/boot/isolinux #ick! this section needs reworking 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 boot-files/* image-dir/boot/ #end ick -- cgit v1.2.3-54-g00ecf