index : archiso32 | |
Archlinux32 iso tools | gitolite user |
summaryrefslogtreecommitdiff |
author | Aaron Griffin <aaronmgriffin@gmail.com> | 2008-12-09 11:00:24 -0800 |
---|---|---|
committer | Aaron Griffin <aaronmgriffin@gmail.com> | 2008-12-18 22:09:18 -0600 |
commit | 1b248c4ed6cefcee52ec78f1aa7e21b11c9e1cca (patch) | |
tree | 20409d6f06de5082d4b01254a60a57122548756b | |
parent | f50f44d3a5640a87fb121c7659240c4ce8c55883 (diff) |
-rw-r--r-- | configs/install-iso/Makefile | 2 |
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 |