aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* 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>
* Fail to a shell if boot device not foundAaron Griffin2008-10-301-1/+2
| | | | Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
* Add my "Too much crap in the Makefile" gripe to TODOAaron Griffin2008-10-251-0/+4
| | | | Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
* Merge branch 'master' of ssh://archlinux.org/srv/projects/git/archisoAaron Griffin2008-10-251-0/+4
|\
| * Add note about $TIMEZONESimo Leone2008-10-211-0/+4
| | | | | | | | | | | | | | | | This is very important, rc.shutdown will jack up settings made in the installer if $TIMEZONE from rc.conf isn't empty. Signed-off-by: Simo Leone <simo@archlinux.org>
* | Move grub/isolinux stuff to Makefile levelAaron Griffin2008-10-251-9/+11
| | | | | | | | | | | | | | | | Again, in an attempt to make this feel cleaner, I've moved more out to the makefile level. Not sure I'm happy with that but it works for now Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
* | Fix archiso hook to deal with new udevAaron Griffin2008-10-251-3/+2
| | | | | | | | | | | | udetrigger and udevsettle replaced by udevadm 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>
* | Change mkinitcpio image namesAaron Griffin2008-10-251-1/+5
| | | | | | | | | | | | Allow IDE/PATA selection on boot 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>
* TODO file additionsAaron Griffin2008-10-201-10/+7
| | | | Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
* Rework installer config to support new changesAaron Griffin2008-10-206-33/+38
| | | | | | | | 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>
* Rework image creationAaron Griffin2008-10-201-22/+41
| | | | | | | Allow for grub, grub-gfx, or isolinux support (isolinux support still pending, skeleton is in place) Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
* Trim spaces from the package list before usingAaron Griffin2008-10-201-0/+3
| | | | Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
* Minor modifications to usage outputAaron Griffin2008-10-201-3/+3
| | | | Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
* Enable mkinitcpio hook to use the 'mounts' fileAaron Griffin2008-10-202-12/+7
| | | | Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
* Remove mkinitcpio functionalityAaron Griffin2008-10-191-32/+0
| | | | | | | | We don't want to tie the archiso scripts to the way the ISO should boot the live system. This can and should be done at the build (Makefile) level beforehand Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
* Move mountfile copying codeAaron Griffin2008-10-191-3/+6
| | | | Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
* Rename 'img' command to 'image'Aaron Griffin2008-10-191-7/+7
| | | | | | Additionally, remove the "all" command Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
* Default IMG_TYPE to 'iso'Aaron Griffin2008-10-191-0/+1
| | | | Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
* Default ISO config cleanupAaron Griffin2008-10-1920-0/+0
| | | | Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
* Fail install if no packages specifiedAaron Griffin2008-10-191-5/+6
| | | | Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
* Code cleanup: usage and commentsAaron Griffin2008-10-191-10/+0
| | | | Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
* Minor documentation updatesAaron Griffin2008-10-191-3/+3
| | | | Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
* Add some config output on calling mkarchisoAaron Griffin2008-10-191-1/+10
| | | | Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
* Remove all 'package file' usage in favor of command line packagesAaron Griffin2008-10-191-20/+2
| | | | | | | | This is just simpler and more intuitive. Shell tools can easily be used to install from a file. For instance: $ mkarciso ... -p "$(cat package-file)" Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
* Rename all uses of 'archlive' to 'archiso'Aaron Griffin2008-10-1910-104/+150
| | | | | | | Additionally change grub prompts to use "ArchLinux LiveCD" as the boot item name Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
* Capitalize "global" variables IMGROOT and INSTROOTAaron Griffin2008-09-131-32/+33
| | | | Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
* Refactor commands out into functions (for the future)Aaron Griffin2008-09-131-9/+18
| | | | Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
* Added Simo's XFCE4 configAaron Griffin2008-09-0638-0/+2133
| | | | Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>