aboutsummaryrefslogtreecommitdiff
path: root/configs/install-iso/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* 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>