aboutsummaryrefslogtreecommitdiff
path: root/archiso/mkarchiso
Commit message (Collapse)AuthorAgeFilesLines
...
* Single quotes around find patterns during cleanupAaron Griffin2009-01-241-1/+1
| | | | | | Whoops, *.img expands if we're building USB images. 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>
* 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>
* 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>
* README and isomounts additions on creationAaron Griffin2008-12-231-1/+5
| | | | 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>
* 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>
* Final changes for new nextgen scriptsAaron Griffin2008-12-181-34/+115
| | | | | | Too much to list. Just look at the diff 8) 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>
* 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>
* 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-201-1/+0
| | | | 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>
* 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-191-82/+87
| | | | | | | 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>
* Rename "default-config" to "overlay"Aaron Griffin2008-09-061-6/+6
| | | | | | I like difficulty and then name was annoying me Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
* Split mkarchiso and configs into logical partsAaron Griffin2008-09-061-0/+260
Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>