aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add pacman files to overlayGerhard Brauer2009-01-163-2/+190
| | | | | | | | | Clean pacman.d/mirrorlist and pacman.conf. Otherwise the files from the ISO builder's machine are used (which maybe not clean sometimes). Signed-off-by: Gerhard Brauer <gerbra@archlinux.de> [Aaron: Removed packages.list changes] Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
* Updated isolinux config and message filesGerhard Brauer2009-01-125-9/+3
| | | | | | | | | Msg files updated for 2009.01. Also added the missing binary memtest. Isolinux need a own memtest, it could not start the memtest.img which is used by grub. We should investigate on this for further iso's Signed-off-by: Gerhard Brauer <gerbra@archlinux.de> Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
* Isolinux splash images with new logoGerhard Brauer2009-01-122-0/+0
| | | | | Signed-off-by: Gerhard Brauer <gerbra@archlinux.de> Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
* Old splash.xpm.gz has the old logoGerhard Brauer2009-01-091-0/+0
| | | | | Signed-off-by: Gerhard Brauer <gerbra@archlinux.de> Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
* Remove a stray '_mksquash' echoAaron Griffin2008-12-241-1/+0
| | | | Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
* Fix usb image's size detectionAaron Griffin2008-12-241-1/+1
| | | | | | | Conversion issue when dropping mkusbimg. Use work_dir/iso to get the proper image size Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
* Make the Makefile $ARCH adjust the isomounts fileAaron Griffin2008-12-242-3/+4
| | | | Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
* Fix the way squashfs mountpoints are handledAaron Griffin2008-12-231-2/+7
| | | | | | | | | | | This is a hacky way to mount squashfs images at directories other than the root. We mount the image to a loop device and then bind it to another directory. This technically supersedes the 'bind' image type, so that should be removed... 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>
* Legacy and non-legacy boot methods were swappedGerhard Brauer2008-12-231-3/+3
| | | | | | | | PATA is the new-hotness, IDE is the old (legacy) mode. Somehow this has been switched around for some time... 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>
* Remove the 'tz' script in favor of the installerAaron Griffin2008-12-232-218/+0
| | | | | | | Latest installer version contains a timezone menu that supersedes the old tz script. Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
* Added a usb bootloader TODO itemAaron Griffin2008-12-231-0/+2
| | | | Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
* Fix the last "device exists check"Gerhard Brauer2008-12-231-2/+2
| | | | | | | Looks like my last-minute addition was goofed. Use && not || 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>
* Properly remove the usb image's tmpdirAaron Griffin2008-12-231-1/+1
| | | | | | Guess what? rm -f won't remove a dir. Whoops Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
* Add some mkarchiso -f related TODOsAaron Griffin2008-12-231-0/+7
| | | | Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
* Fix some intending errors in USB creationAaron Griffin2008-12-231-7/+7
| | | | | | This was causing sfdisk and grub to balk Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
* Add existence checks to the boot-media scanAaron Griffin2008-12-231-0/+2
| | | | | | | This prevents some cosmetic errors when globbing fails and the scripts try to mount something silly like "/dev/hd[a-z]" 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>
* TODO additions / changesAaron Griffin2008-12-231-17/+4
| | | | Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
* install-iso config changesAaron Griffin2008-12-232-3/+3
| | | | | | | Re-order isomounts Few changes to the Makefile Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
* README and isomounts additions on creationAaron Griffin2008-12-231-1/+5
| | | | Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
* Cleanup archiso hookAaron Griffin2008-12-231-37/+37
| | | | | | | Fix squashfs mounting of all isomounts images, along with a few other changes Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
* Allow specifying of pacman.conf file in mkarchisoAaron Griffin2008-12-211-2/+10
| | | | | | | Use the -C flag to allow us to build alternate isos on a different architecture and things of the sort Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
* Cleanup the install-iso MakefileAaron Griffin2008-12-217-63/+21
| | | | | | | | 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>
* Revamp the simple sample ISO configAaron Griffin2008-12-2138-2134/+34
| | | | | | | Should be easier and cleaner. Makes a dumb ISO that does nothing but is intended as an example to the user. Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
* Re-add the if-check that includes grub-gfxAaron Griffin2008-12-191-1/+2
| | | | Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
* Remove host system package checksAaron Griffin2008-12-191-20/+3
| | | | | | Not needed as we ensure files are in the ISO dir Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
* Add bootloader requirements to the READMEAaron Griffin2008-12-191-0/+2
| | | | 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>
* Remove mkusbimg from the install MakefileAaron Griffin2008-12-181-1/+0
| | | | | | Merged into mkarchiso now Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
* Final changes for new nextgen scriptsAaron Griffin2008-12-185-154/+154
| | | | | | Too much to list. Just look at the diff 8) Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
* Complete isolinux changes and splash screensGerhard Brauer2008-12-186-12/+43
| | | | | | Fancy isolinux stuff, yay Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
* localtime/UTC corrections to the TZ scriptGerhard Brauer2008-12-181-3/+16
| | | | | | | | The previous code handled timezone changes poorly when fiddling with the hwclock. Add localtime/UTC selection for the hwclock to circumvent this 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-182-4/+4
| | | | | | | Convert initcpio images to use underscores and fix te grub config Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
* Add isolinux boot message fileAaron Griffin2008-12-181-0/+7
| | | | Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
* Add basic isolinux config filesAaron Griffin2008-12-182-0/+21
| | | | Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
* Fix isolinux support (pkgname)Aaron Griffin2008-12-181-2/+2
| | | | | | Package name is 'syslinux' Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
* Rework the commands, create and isoAaron Griffin2008-12-181-65/+50
| | | | | | Initial changes to get 'create' working as intended. Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
* Change mounts file to isomountsAaron Griffin2008-12-181-4/+4
| | | | | | | Also check for this file instead of the root image on mount, to make images more generic Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
* Support mutli-arch disks by specifying the archAaron Griffin2008-12-181-1/+7
| | | | | | | Specify the arch on the command line and mountpoints so that we can support mutli-arch livecds Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
* Apparently, we've never used this!Aaron Griffin2008-12-061-1/+1
| | | | Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
* Modprobe loop module before use in mkusbimgAaron Griffin2008-11-241-0/+1
| | | | Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
* Update archiso hook to match root image namingSimo Leone2008-11-131-5/+5
| | | | | | | It's called root-image.sqfs rather than archiso.sqfs nowadays. Signed-off-by: Simo Leone <simo@archlinux.org>
* Fix loop device mountingSimo Leone2008-11-131-1/+5
| | | | | | | | Take away redirects so error messages are readable, and wait to make sure udev creates the loopback devices before we try to use them. Signed-off-by: Simo Leone <simo@archlinux.org>
* Fix CD-ROM mountingSimo Leone2008-11-131-1/+1
| | | | | | | klibc-udev hasn't created cdrom symlinks in a while, we have to look through kernel names ourselves. Signed-off-by: Simo Leone <simo@archlinux.org>