| Commit message (Expand) | Author | Age | Files | Lines |
* | release: Support GNU stat in mkisoimages.sh | Jessica Clarke | 2022-07-15 | 1 | -1/+5 |
* | release: Add support for building on non-FreeBSD | Jessica Clarke | 2022-02-28 | 2 | -4/+6 |
* | release: Support -DNO_ROOT image building | Jessica Clarke | 2022-02-28 | 2 | -15/+59 |
* | mkisoimages.sh: Avoid creating temporary files in the current directory | Jessica Clarke | 2022-02-28 | 1 | -3/+4 |
* | release: amd64: Fix ISO/USB hybrid image | Emmanuel Vadot | 2021-03-27 | 1 | -1/+1 |
* | Bump the ISO EFI partition size from 1024 to 2048, following r366732. | Glen Barber | 2020-10-15 | 1 | -1/+1 |
* | Increase the amd64 ISO ESP file size from 800KB to 1024KB. | Glen Barber | 2020-10-15 | 1 | -3/+3 |
* | Use makefs -t msdos in make_esp_file | Matt Macy | 2019-09-03 | 1 | -1/+1 |
* | Rework UEFI ESP generation | Rebecca Cran | 2018-12-20 | 2 | -14/+19 |
* | mkisoimages.sh: don't use -p flag when copying loader.efi to msdosfs. | Yuri Pankov | 2018-12-03 | 1 | -1/+1 |
* | release: set -e to exit on error in iso image scripts | Ed Maste | 2018-10-22 | 1 | -0/+2 |
* | - Once we have shifted arguments up to thrice, base-bits-dir is $1 rather | Marius Strobl | 2018-06-07 | 1 | -8/+10 |
* | switch amd64 memstick installer images to MBR | Ed Maste | 2018-05-29 | 1 | -5/+4 |
* | Allow etdump, makefs and mkimg to be overridden. | Benno Rice | 2018-04-25 | 1 | -3/+15 |
* | Generate hybrid ISO images for amd64. | Benno Rice | 2018-04-17 | 1 | -1/+27 |
* | make-memstick.sh: put partition args on separate lines | Ed Maste | 2018-04-10 | 1 | -1/+7 |
* | Fix the position of $bootable so that -o platformid=efi applies correctly. | Benno Rice | 2018-04-10 | 1 | -1/+1 |
* | Fix makefs invocation after r331843. | Benno Rice | 2018-04-10 | 1 | -1/+1 |
* | Allow makefs to properly tag UEFI El Torito boot images. Use them in amd64 ISOs. | Benno Rice | 2018-03-23 | 1 | -1/+1 |
* | Add general configuration files used by release/release.sh for | Glen Barber | 2017-11-17 | 1 | -0/+10 |
* | Update several more URLs | Eitan Adler | 2017-10-29 | 1 | -1/+1 |
* | make-memstick.sh: use UFSv2 | Ed Maste | 2017-09-11 | 1 | -1/+1 |
* | revert unintentional changes from r323436 | Ed Maste | 2017-09-11 | 1 | -1/+1 |
* | boot1: remove BOOT1_MAXSIZE default value | Ed Maste | 2017-09-11 | 1 | -1/+1 |
* | make-memstick.sh: use 'set -e' to abort if any step fails | Ed Maste | 2017-09-05 | 1 | -4/+2 |
* | mkisoimages.sh: remove obsolete x$var convention | Ed Maste | 2017-09-04 | 1 | -1/+1 |
* | Increase efiboot.img size used in ISO creation | Steven Hartland | 2016-01-13 | 1 | -1/+1 |
* | Merge ^/projects/release-install-debug: | Glen Barber | 2016-01-05 | 1 | -1/+1 |
* | Prevent memstick installation medium from attempting to mount | Glen Barber | 2016-01-05 | 1 | -0/+2 |
* | Fix argument quoting and remove unnecessary braces | Devin Teske | 2015-09-10 | 1 | -7/+7 |
* | Merge the following revisions from ^/projects/release-vmimage: | Glen Barber | 2015-01-20 | 2 | -370/+0 |
|\ |
|
| * | Initial rewrite to consolidate VM image build scripts into one. | Glen Barber | 2014-11-05 | 2 | -350/+0 |
| * | Fix output file name for openstack images. | Glen Barber | 2014-10-29 | 1 | -1/+1 |
| * | Initial commit providing a mechanism to create | Glen Barber | 2014-10-29 | 1 | -0/+153 |
| * | Remove a few vestiges of passing an exit code to | Glen Barber | 2014-10-29 | 1 | -2/+2 |
| * | Avoid hard-coding the Azure image file format. | Glen Barber | 2014-10-29 | 1 | -1/+1 |
| * | Output an informational message when mkimg(1) runs, so it | Glen Barber | 2014-10-14 | 1 | -0/+2 |
| * | Fix signal list to trigger umount(8). | Glen Barber | 2014-10-14 | 1 | -1/+1 |
* | | Merge the following from ^/projects/release-vmimage: | Glen Barber | 2014-10-14 | 1 | -0/+173 |
|\| |
|
| * | Add a separate make(1) target to release/Makefile to | Glen Barber | 2014-10-14 | 1 | -0/+171 |
| * | Revert r272793, r272794, r272795: | Glen Barber | 2014-10-14 | 1 | -40/+0 |
| * | Reference vm_prebuild_setup(), vm_setup(), and | Glen Barber | 2014-10-09 | 1 | -0/+9 |
| * | Allow mk-vmimage.sh to accept a configuration file as | Glen Barber | 2014-10-09 | 1 | -0/+19 |
| * | Add prototypes for build-specific tuning: | Glen Barber | 2014-10-09 | 1 | -0/+12 |
| * | Add /usr/local/bin and /usr/local/sbin to PATH, needed | Glen Barber | 2014-10-09 | 1 | -1/+1 |
| * | If the vm-base target fails, prevent the vm-image target | Glen Barber | 2014-10-02 | 1 | -0/+11 |
| * | Remove the first argument to panic(), which was initially | Glen Barber | 2014-10-02 | 1 | -7/+5 |
| * | Avoid using env(1) to set values passed to mk-vmimage.sh, | Glen Barber | 2014-10-01 | 1 | -6/+47 |
* | | Merge the following from ^/projects/release-vmimage: | Glen Barber | 2014-10-14 | 1 | -8/+17 |
* | | Merge the following revisions from ^/projects/release-vmimage: | Glen Barber | 2014-10-02 | 1 | -0/+188 |
|\| |
|