aboutsummaryrefslogtreecommitdiff
path: root/release/tools/vmimage.subr
Commit message (Expand)AuthorAgeFilesLines
* riscv: allow building virtual machine imagesMitchell Horne2020-12-081-1/+1
* arm64: convert virtual machine images to GPTMitchell Horne2020-10-301-2/+2
* vmimage.subr: noisier failure for unsupported targetsMitchell Horne2020-10-301-2/+2
* Slight refactor in vmimage.subrMitchell Horne2020-10-301-24/+30
* Enable EFI system partition on amd64 and i386 VM imagesOleksandr Tymoshenko2020-07-141-0/+5
* Revert r348438.Glen Barber2019-05-311-4/+0
* Fix GCE virtual machine startup.Glen Barber2019-05-301-0/+4
* Reduce the default image size for virtual machine disk images fromGlen Barber2019-04-301-0/+3
* Add support for cross-building cloudware images.Colin Percival2019-04-031-5/+13
* Rework UEFI ESP generationRebecca Cran2018-12-201-1/+8
* Fix an indentation nit.Glen Barber2017-11-301-2/+2
* Move sys/boot to stand. Fix all references to new locationWarner Losh2017-11-141-1/+1
* Add option UNIFIED_OBJDIR, on by default, which moves the default build OBJDIR.Bryan Drewery2017-11-011-7/+4
* Set a default hostname for virtual machine images.Glen Barber2017-10-301-0/+4
* Bootstrap etcupdate(8) and mergemaster(8) databases when creatingGlen Barber2017-09-201-0/+9
* Enable DHCP and IPv6 autoconfig on non-cloud VM images.Glen Barber2017-05-251-0/+5
* Trim trailing '/release/..' when setting _OBJDIR so arm64/aarch64Glen Barber2017-04-191-0/+1
* Add the ability to override the size of the swap partition when buildingNavdeep Parhar2016-10-101-1/+1
* In vm_copy_base(), turn off SU+J on the resultant filesystem,Glen Barber2015-09-291-1/+1
* Fix virtual machine disk format creating by passing VMFORMATGlen Barber2015-05-111-3/+4
* Fix a comment.Glen Barber2015-04-271-2/+4
* Create the arm64/aarch64 VM disk image as MBR instead ofGlen Barber2015-04-231-7/+6
* Revert r281809, which did more harm than good, and applyGlen Barber2015-04-211-4/+4
* Simplify variable expansion in attempt to fix the vm-image build.Glen Barber2015-04-211-3/+3
* Add support for building arm64/aarch64 virtual machine images.Glen Barber2015-04-201-0/+7
* When building VM disk images, vm_copy_base() uses tar(1) toGlen Barber2015-04-201-6/+14
* Improve check for whether ${DESTDIR}/dev is mounted.Colin Percival2015-03-301-1/+1
* Clean up filesystem unmounting in vmimage builds:Colin Percival2015-03-301-11/+14
* When creating VM images, copy the contents of the created filesystem intoColin Percival2015-03-201-0/+29
* Merge the following revisions from ^/projects/release-vmimage:Glen Barber2015-01-201-8/+5
* Add a comment to note that setting hw.vga.textmode=1 isGlen Barber2015-01-141-0/+1
* Enable the textmode console by default for VM images,Glen Barber2015-01-141-0/+6
* Fix indentation nit.Glen Barber2014-11-241-2/+2
* In vm_extra_install_packages(), only bootstrap pkg(8)Glen Barber2014-11-241-2/+7
* Revert r274773, after I *specifically* objected to this changeGlen Barber2014-11-211-10/+11
* Change how packages are installed into VM images: Rather than chrootingColin Percival2014-11-211-11/+10
* Add NOSWAP option which can be set by a vmimage.conf file to specify thatColin Percival2014-11-211-4/+9
* Silence errors when umounting the chroot's /dev, since it probably doesn'tColin Percival2014-11-191-2/+2
* In vm_install_base(), copy the host resolv.conf intoGlen Barber2014-11-191-0/+4
* Set the boot partition type to 'apple-boot' for powerpc.Glen Barber2014-11-141-1/+1
* mount(8) and umount(8) devfs(5) as needed.Glen Barber2014-11-081-0/+6
* Fix scheme flag to mkimg(1).Glen Barber2014-11-081-2/+2
* Fix line continuation in write_partition_layout().Glen Barber2014-11-081-6/+2
* Move usage() from vmimage.subr to mk-vmimage.sh,Glen Barber2014-11-081-6/+0
* Add vm_extra_pre_umount() prototype to vmimage.subr.Glen Barber2014-11-081-0/+7
* Add write_partition_layout() used to populate theGlen Barber2014-11-071-13/+27
* Initial rewrite to consolidate VM image build scripts into one.Glen Barber2014-11-051-0/+150