index : archiso32 | |
Archlinux32 iso tools | gitolite user |
summaryrefslogtreecommitdiff |
author | Aaron Griffin <aaronmgriffin@gmail.com> | 2008-12-09 10:58:40 -0800 |
---|---|---|
committer | Aaron Griffin <aaronmgriffin@gmail.com> | 2008-12-18 22:09:18 -0600 |
commit | f50f44d3a5640a87fb121c7659240c4ce8c55883 (patch) | |
tree | e55d121cf5e94b3819cd5160ffb6cc2f566e65f8 /configs/install-iso/Makefile | |
parent | 783450db47882b76c8d961f148b2d6c3af566739 (diff) |
-rw-r--r-- | configs/install-iso/Makefile | 4 |
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 |