Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/configs/install-iso/Makefile
AgeCommit message (Collapse)Author
2010-02-08Delete old configs filesGerardo Exequiel Pozzi
Split from commit 00dda7d4 from Svenstaro repo. Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
2009-12-01Avoid rebuild of initcpio images when there are no changes to .confGerardo Exequiel Pozzi
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> [Aaron: Merged with syslinux-iso] Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
2009-11-19Another Makefile rules reoder/fixesGerardo Exequiel Pozzi
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
2009-11-19Reorder rules in the MakefileGerardo Exequiel Pozzi
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
2009-11-19Initial rewrite of install-iso/Makefile to avoid rebuilds!Gerardo Exequiel Pozzi
Rewrite the Makefile to avoid rebuild of squashfs images, base filesystem, and redownload of packages for make the core-pkgs. For now (what is tested): type make and all images will be created in < 4 minutes (under tmpfs on Athlon 64 X2 5200+ 4GB) 419489280 Nov 19 05:32 archlinux-2009.11-core-i686.img 394309632 Nov 19 05:32 archlinux-2009.11-core-i686.iso 189181440 Nov 19 05:31 archlinux-2009.11-netinstall-i686.img 171581440 Nov 19 05:31 archlinux-2009.11-netinstall-i686.iso Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
2009-11-19Fix typo in previus commitGerardo Exequiel Pozzi
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
2009-11-19Remove old memtest* files and use memtest86+ from installed packagesGerardo Exequiel Pozzi
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
2009-08-25Create directory in overlay when building ISO.Christopher Brannon
Git doesn't track empty directories, so there is no configs/install-iso/overlay/pacman.d/ directory when one clones the archiso project. This causes "make <IMAGENAME>" to fail when wget tries to fetch the mirrorlist. The fix is to make the directory just before calling wget. Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
2009-07-27Rename ftp naming to netinstallGerhard Brauer
Modified all references from old ftp-iso/-img to netinstall. This will fix FeatureRequest FS#14587 Signed-off-by: Gerhard Brauer <gerbra@archlinux.de> Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
2009-07-27Use a label when generating the image and pass it to the commandlineGerhard Brauer
This will generate a label ARCHISO_$randomstring using the pwgen utility and add this label to the kernel command line. A new label will be generated for each image, so it can be uniquely identified. Patch from brain0 <thomas@archlinux.org> Signed-off-by: Gerhard Brauer <gerbra@archlinux.de> Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
2009-07-27Let the mirrorlist in overlay generate dynamicallyGerhard Brauer
Removed mirrorlist file from overlay and modified Makefile to fetch the file dynamically on iso creation (Thanks, Dan!) Signed-off-by: Gerhard Brauer <gerbra@archlinux.de> Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
2009-07-27Modified packages.list and handlingGerhard Brauer
* Added ntp to packages list (Both ARCHes) * Modified Makefile to parse the CARCH related packages.$ARCH We need different lists cause not all packages exist for both arches. And it's bad to edit in the packages.list each build. Signed-off-by: Gerhard Brauer <gerbra@archlinux.de> Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
2009-02-16Change everything to say 2009.02Aaron Griffin
Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
2009-01-30Use `uname -m` in Makefile for auto-ARCH settingAaron Griffin
Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
2009-01-30Adding 'fallback' to the Makefile was stupidAaron Griffin
Add a script to build all ISOs instead. Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
2009-01-24Change mirrorlist architecture on makeAaron Griffin
The x86_64 images were installing i686 systems. This was due to the fact that the mirrorlist was in the overlay. A new devtools release (with the -n arg) will fix this when running mkarchroot. To be removed later Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
2009-01-24Add fallback rule to the MakefileAaron Griffin
This is crappy and hacky but enables us to build ALL images faster, allowing for faster iteration Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
2009-01-23Add a release number to the version numberAaron Griffin
Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
2009-01-17Use pacman to download core packagesAaron Griffin
This uses the configured mirror, so it makes things faster when building. Yay! Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
2008-12-24Make the Makefile $ARCH adjust the isomounts fileAaron Griffin
Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
2008-12-23Build ftp images before core imagesAaron Griffin
This prevents the core packages sqfs from sneaking onto the ftp images. Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
2008-12-23CORE/FTPname mismatch in iso makefile.Gerhard Brauer
Fix output names for core-iso and core-usb targets Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
2008-12-23Switch the isolinux bootloader rule to 'syslinux'Aaron Griffin
While the ISO uses isolinux, the package is syslinux. Ugh Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
2008-12-23Remove *.img.part1 files in clean stepAaron Griffin
These are temporary files created by the USB step Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
2008-12-23Add '-f' to mkarchiso calls to build sequentiallyAaron Griffin
This lets us build resultant images in sequence, as the suqsh step is done multiple times (TODO: fix this) Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
2008-12-22Add all-ftp and all-core Makefile targetsAaron Griffin
Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
2008-12-23install-iso config changesAaron Griffin
Re-order isomounts Few changes to the Makefile Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
2008-12-21Cleanup the install-iso MakefileAaron Griffin
Also do some tidying of the config and set the default timezone to nothing, to prevent hiccups on rc.shutdown Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
2008-12-19install-iso Makefile cleanupAaron Griffin
Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
2008-12-18Final changes for new nextgen scriptsAaron Griffin
Too much to list. Just look at the diff 8) Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
2008-12-18Copy isolinux binaries to the target ISOAaron Griffin
Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
2008-12-18isolinux doesn't like hypens in APPEND linesAaron Griffin
Convert initcpio images to use underscores and fix te grub config Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
2008-10-25More install ISO cleanupAaron Griffin
More boot-file malarky done in the Makefile Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
2008-10-25Installer config fixupsAaron Griffin
Make sure we copy the boot directory we installed to the actual ISO image. We need this for vmlinuz26 and the like... Are we doing too much in the Makefile? Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
2008-10-20Rework installer config to support new changesAaron Griffin
Lots of changes, mainly for argument processing and things of that nature in mkarchiso. Split out some common functionality in the Maekfile as well. Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
2008-10-19Rename all uses of 'archlive' to 'archiso'Aaron Griffin
Additionally change grub prompts to use "ArchLinux LiveCD" as the boot item name Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
2008-09-06Update install-iso versionsAaron Griffin
Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
2008-09-06Rename default-config -> overlayAaron Griffin
Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
2008-09-06Convert to unified archiso hookAaron Griffin
No longer any difference between USB and CD booting Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
2008-09-06Split mkarchiso and configs into logical partsAaron Griffin
Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>