| Commit message (Expand) | Author | Age | Files | Lines |
* | do not strip /stand | luigi | 2015-01-24 | 1 | -3/+3 |
* | When iterating through VMFORMATS, the VMBASE file is | gjb | 2015-01-23 | 1 | -2/+2 |
* | Provide a recipe of "true" for building the "release" target once its | cperciva | 2015-01-23 | 1 | -0/+1 |
* | Update the latest revision. | gjb | 2015-01-23 | 1 | -1/+1 |
* | Document r277458, support for cloud hosting providers added to | gjb | 2015-01-23 | 1 | -1/+4 |
* | Document r277166, ptrace(2) Altivec register support. | gjb | 2015-01-23 | 1 | -0/+4 |
* | Document r276881, libedit UTF-8 support. | gjb | 2015-01-23 | 1 | -0/+5 |
* | Rename the 'release' target to 'real-release', and | gjb | 2015-01-22 | 2 | -8/+17 |
*-----. | Merge the following revisions from ^/projects/release-vmimage: | gjb | 2015-01-20 | 13 | -813/+586 |
|\ \ \ \ |
|
| | | * | | Add initial support for the GCE (Google Compute Engine) | gjb | 2015-01-16 | 2 | -0/+99 |
| | | * | | Add 'list-vmtargets' target, which produces a list of | gjb | 2015-01-16 | 1 | -1/+15 |
| | | * | | Add a 'list-cloudware' target to print the list of | gjb | 2015-01-16 | 1 | -0/+9 |
| | | * | | Remove vm_extra_install_base() for the Azure image, now | gjb | 2015-01-16 | 1 | -12/+1 |
| | | * | | Add a comment to note that setting hw.vga.textmode=1 is | gjb | 2015-01-14 | 1 | -0/+1 |
| | | * | | Update the VM_EXTRA_PACKAGES list for the openstack | gjb | 2015-01-14 | 1 | -1/+3 |
| | | * | | Enable password-less sudo for openstack images. | gjb | 2015-01-14 | 1 | -0/+4 |
| | | * | | Enable the textmode console by default for VM images, | gjb | 2015-01-14 | 1 | -0/+6 |
| | | * | | In vm_extra_install_base(), do not install waagent | gjb | 2015-01-14 | 1 | -9/+0 |
| | | * | | Reintegrate head revisions r273096-r277147 | gjb | 2015-01-13 | 13 | -469/+916 |
| | | |\ \ |
|
| | | * | | | Fix indentation nit. | gjb | 2014-11-24 | 1 | -2/+2 |
| | | * | | | In vm_extra_install_packages(), only bootstrap pkg(8) | gjb | 2014-11-24 | 1 | -2/+7 |
| | | * | | | Revert r274773, after I *specifically* objected to this change | gjb | 2014-11-21 | 3 | -12/+19 |
| | | * | | | Change how packages are installed into VM images: Rather than chrooting | cperciva | 2014-11-21 | 3 | -19/+12 |
| | | * | | | Add NOSWAP option which can be set by a vmimage.conf file to specify that | cperciva | 2014-11-21 | 1 | -4/+9 |
| | | * | | | Merge duplicative vm-CLOUDTYPE targets before additional duplication gets | cperciva | 2014-11-20 | 1 | -18/+9 |
| | | * | | | Unmount filesystem and destroy md before we read the vnode from disk and | cperciva | 2014-11-20 | 1 | -1/+1 |
| | | * | | | Silence errors when umounting the chroot's /dev, since it probably doesn't | cperciva | 2014-11-19 | 1 | -2/+2 |
| | | * | | | In vm_install_base(), copy the host resolv.conf into | gjb | 2014-11-19 | 3 | -0/+8 |
| | | * | | | Set the boot partition type to 'apple-boot' for powerpc. | gjb | 2014-11-14 | 1 | -1/+1 |
| | | * | | | Remove a stray directory from CLEANFILES. | gjb | 2014-11-10 | 1 | -1/+0 |
| | | * | | | Call cleanup() after everything is done. | gjb | 2014-11-08 | 1 | -0/+1 |
| | | * | | | Change path for mk-vmimage.sh from ${TARGET}/ to | gjb | 2014-11-08 | 1 | -17/+11 |
| | | * | | | mount(8) and umount(8) devfs(5) as needed. | gjb | 2014-11-08 | 1 | -0/+6 |
| | | * | | | Fix scheme flag to mkimg(1). | gjb | 2014-11-08 | 1 | -2/+2 |
| | | * | | | Fix line continuation in write_partition_layout(). | gjb | 2014-11-08 | 1 | -6/+2 |
| | | * | | | Spell 'OPTARG' correctly. | gjb | 2014-11-08 | 1 | -1/+2 |
| | | * | | | Move usage() from vmimage.subr to mk-vmimage.sh, | gjb | 2014-11-08 | 2 | -6/+6 |
| | | * | | | Fix DESTDIR for installworld, and make sure it is created | gjb | 2014-11-08 | 1 | -3/+6 |
| | | * | | | Add vm_extra_pre_umount() prototype to vmimage.subr. | gjb | 2014-11-08 | 1 | -0/+7 |
| | | * | | | Add CLEANFILES entry for VM targets | gjb | 2014-11-08 | 1 | -0/+1 |
| | | * | | | Return if vm_create_disk() is unsuccessful. | gjb | 2014-11-08 | 1 | -1/+1 |
| | | * | | | Add write_partition_layout() used to populate the | gjb | 2014-11-07 | 1 | -13/+27 |
| | |/ / / |
|
| | * | | | Initial rewrite to consolidate VM image build scripts into one. | gjb | 2014-11-05 | 10 | -896/+323 |
| | * | | | Add examples for WITH_CLOUDWARE to release.conf.sample. | gjb | 2014-11-04 | 2 | -1/+14 |
| | * | | | Add a 'vm-cloudware' target, used to drive all | gjb | 2014-11-03 | 1 | -0/+2 |
| | * | | | Add line continuation so OPENSTACKCONF is actually included | gjb | 2014-11-03 | 1 | -1/+1 |
| | * | | | Uncomment the cloudinit rc.conf(5) line. | gjb | 2014-11-01 | 1 | -1/+1 |
| | * | | | Fix output file name for openstack images. | gjb | 2014-10-29 | 2 | -2/+2 |
| | | |/
| | |/| |
|
| | * | | Initial commit providing a mechanism to create | gjb | 2014-10-29 | 4 | -1/+329 |
| | * | | Remove a few vestiges of passing an exit code to | gjb | 2014-10-29 | 2 | -4/+4 |