aboutsummaryrefslogtreecommitdiff
path: root/configs/install-iso/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Delete old configs filesGerardo Exequiel Pozzi2010-02-081-106/+0
| | | | | | Split from commit 00dda7d4 from Svenstaro repo. Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
* Avoid rebuild of initcpio images when there are no changes to .confGerardo Exequiel Pozzi2009-12-011-2/+2
| | | | | | | Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> [Aaron: Merged with syslinux-iso] Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
* Another Makefile rules reoder/fixesGerardo Exequiel Pozzi2009-11-191-19/+33
| | | | Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
* Reorder rules in the MakefileGerardo Exequiel Pozzi2009-11-191-16/+18
| | | | Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
* Initial rewrite of install-iso/Makefile to avoid rebuilds!Gerardo Exequiel Pozzi2009-11-191-38/+59
| | | | | | | | | | | | | | | 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>
* Fix typo in previus commitGerardo Exequiel Pozzi2009-11-191-1/+1
| | | | Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
* Remove old memtest* files and use memtest86+ from installed packagesGerardo Exequiel Pozzi2009-11-191-0/+1
| | | | Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
* Create directory in overlay when building ISO.Christopher Brannon2009-08-251-0/+3
| | | | | | | | | | 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>
* Rename ftp naming to netinstallGerhard Brauer2009-07-271-11/+11
| | | | | | | | 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>
* Use a label when generating the image and pass it to the commandlineGerhard Brauer2009-07-271-2/+2
| | | | | | | | | | | 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>
* Let the mirrorlist in overlay generate dynamicallyGerhard Brauer2009-07-271-1/+2
| | | | | | | | 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>
* Modified packages.list and handlingGerhard Brauer2009-07-271-3/+3
| | | | | | | | | | * 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>
* Change everything to say 2009.02Aaron Griffin2009-02-161-1/+1
| | | | Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
* Use `uname -m` in Makefile for auto-ARCH settingAaron Griffin2009-01-301-1/+1
| | | | Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
* Adding 'fallback' to the Makefile was stupidAaron Griffin2009-01-301-23/+3
| | | | | | Add a script to build all ISOs instead. Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
* Change mirrorlist architecture on makeAaron Griffin2009-01-241-0/+1
| | | | | | | | | | 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>
* Add fallback rule to the MakefileAaron Griffin2009-01-241-2/+22
| | | | | | | 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>
* Add a release number to the version numberAaron Griffin2009-01-231-1/+1
| | | | Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
* Use pacman to download core packagesAaron Griffin2009-01-171-3/+3
| | | | | | | This uses the configured mirror, so it makes things faster when building. Yay! Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
* Make the Makefile $ARCH adjust the isomounts fileAaron Griffin2008-12-241-0/+1
| | | | Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
* Build ftp images before core imagesAaron Griffin2008-12-231-3/+3
| | | | | | | This prevents the core packages sqfs from sneaking onto the ftp images. Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
* CORE/FTPname mismatch in iso makefile.Gerhard Brauer2008-12-231-2/+2
| | | | | | Fix output names for core-iso and core-usb targets Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
* Switch the isolinux bootloader rule to 'syslinux'Aaron Griffin2008-12-231-1/+1
| | | | | | While the ISO uses isolinux, the package is syslinux. Ugh Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
* Remove *.img.part1 files in clean stepAaron Griffin2008-12-231-1/+1
| | | | | | These are temporary files created by the USB step Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
* Add '-f' to mkarchiso calls to build sequentiallyAaron Griffin2008-12-231-4/+4
| | | | | | | 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>
* Add all-ftp and all-core Makefile targetsAaron Griffin2008-12-221-0/+2
| | | | Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
* install-iso config changesAaron Griffin2008-12-231-1/+1
| | | | | | | Re-order isomounts Few changes to the Makefile Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
* Cleanup the install-iso MakefileAaron Griffin2008-12-211-14/+17
| | | | | | | | 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>
* install-iso Makefile cleanupAaron Griffin2008-12-191-12/+20
| | | | Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
* Final changes for new nextgen scriptsAaron Griffin2008-12-181-33/+27
| | | | | | Too much to list. Just look at the diff 8) Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
* Copy isolinux binaries to the target ISOAaron Griffin2008-12-181-0/+2
| | | | Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
* isolinux doesn't like hypens in APPEND linesAaron Griffin2008-12-181-2/+2
| | | | | | | Convert initcpio images to use underscores and fix te grub config Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
* More install ISO cleanupAaron Griffin2008-10-251-2/+5
| | | | | | More boot-file malarky done in the Makefile Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
* Installer config fixupsAaron Griffin2008-10-251-3/+4
| | | | | | | | | 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>
* Rework installer config to support new changesAaron Griffin2008-10-201-26/+34
| | | | | | | | 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>
* Rename all uses of 'archlive' to 'archiso'Aaron Griffin2008-10-191-6/+6
| | | | | | | Additionally change grub prompts to use "ArchLinux LiveCD" as the boot item name Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
* Update install-iso versionsAaron Griffin2008-09-061-3/+2
| | | | Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
* Rename default-config -> overlayAaron Griffin2008-09-061-2/+2
| | | | Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
* Convert to unified archiso hookAaron Griffin2008-09-061-4/+4
| | | | | | No longer any difference between USB and CD booting Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
* Split mkarchiso and configs into logical partsAaron Griffin2008-09-061-0/+42
Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>