From f50f44d3a5640a87fb121c7659240c4ce8c55883 Mon Sep 17 00:00:00 2001 From: Aaron Griffin Date: Tue, 9 Dec 2008 10:58:40 -0800 Subject: isolinux doesn't like hypens in APPEND lines Convert initcpio images to use underscores and fix te grub config Signed-off-by: Aaron Griffin --- configs/install-iso/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configs/install-iso/Makefile') diff --git a/configs/install-iso/Makefile b/configs/install-iso/Makefile index 30247a7..cad9403 100644 --- a/configs/install-iso/Makefile +++ b/configs/install-iso/Makefile @@ -32,8 +32,8 @@ boot-files: cp -r work/boot/* image-dir/boot/ cp -r boot-files/* image-dir/boot/ #end ick - mkinitcpio -c initcpio-ide -b work/ -k $(kver) -g image-dir/boot/archiso-ide.img - mkinitcpio -c initcpio-pata -b work/ -k $(kver) -g image-dir/boot/archiso-pata.img + mkinitcpio -c initcpio-ide -b work/ -k $(kver) -g image-dir/boot/archiso_ide.img + mkinitcpio -c initcpio-pata -b work/ -k $(kver) -g image-dir/boot/archiso_pata.img root-image: mkarchiso -v -p "`cat packages.list-$(ARCH)`" install work -- cgit v1.2.3-70-g09d2