summaryrefslogtreecommitdiffstats
path: root/release/tools/vmimage.subr
Commit message (Expand)AuthorAgeFilesLines
* MFC r325834,r325997,326502: Move sys/boot to stand/kevans2018-02-121-2/+2
* MFC r325156:gjb2017-11-061-0/+4
* MFC r323812:gjb2017-09-201-0/+9
* MFC r318872:gjb2017-05-281-0/+5
* MFC r307008:np2017-05-241-1/+1
* MFC r317169:gjb2017-04-261-0/+1
* In vm_copy_base(), turn off SU+J on the resultant filesystem,gjb2015-09-291-1/+1
* Fix virtual machine disk format creating by passing VMFORMATgjb2015-05-111-3/+4
* Fix a comment.gjb2015-04-271-2/+4
* Create the arm64/aarch64 VM disk image as MBR instead ofgjb2015-04-231-7/+6
* Revert r281809, which did more harm than good, and applygjb2015-04-211-4/+4
* Simplify variable expansion in attempt to fix the vm-image build.gjb2015-04-211-3/+3
* Add support for building arm64/aarch64 virtual machine images.gjb2015-04-201-0/+7
* When building VM disk images, vm_copy_base() uses tar(1) togjb2015-04-201-6/+14
* Improve check for whether ${DESTDIR}/dev is mounted.cperciva2015-03-301-1/+1
* Clean up filesystem unmounting in vmimage builds:cperciva2015-03-301-11/+14
* When creating VM images, copy the contents of the created filesystem intocperciva2015-03-201-0/+29
* Merge the following revisions from ^/projects/release-vmimage:gjb2015-01-201-30/+65
|\
| * Add a comment to note that setting hw.vga.textmode=1 isgjb2015-01-141-0/+1
| * Enable the textmode console by default for VM images,gjb2015-01-141-0/+6
| * Fix indentation nit.gjb2014-11-241-2/+2
| * In vm_extra_install_packages(), only bootstrap pkg(8)gjb2014-11-241-2/+7
| * Revert r274773, after I *specifically* objected to this changegjb2014-11-211-10/+11
| * Change how packages are installed into VM images: Rather than chrootingcperciva2014-11-211-11/+10
| * Add NOSWAP option which can be set by a vmimage.conf file to specify thatcperciva2014-11-211-4/+9
| * Silence errors when umounting the chroot's /dev, since it probably doesn'tcperciva2014-11-191-2/+2
| * In vm_install_base(), copy the host resolv.conf intogjb2014-11-191-0/+4
| * Set the boot partition type to 'apple-boot' for powerpc.gjb2014-11-141-1/+1
| * mount(8) and umount(8) devfs(5) as needed.gjb2014-11-081-0/+6
| * Fix scheme flag to mkimg(1).gjb2014-11-081-2/+2
| * Fix line continuation in write_partition_layout().gjb2014-11-081-6/+2
| * Move usage() from vmimage.subr to mk-vmimage.sh,gjb2014-11-081-6/+0
| * Add vm_extra_pre_umount() prototype to vmimage.subr.gjb2014-11-081-0/+7
| * Add write_partition_layout() used to populate thegjb2014-11-071-13/+27
|/
* Initial rewrite to consolidate VM image build scripts into one.gjb2014-11-051-0/+150
OpenPOWER on IntegriCloud