aboutsummaryrefslogtreecommitdiff
path: root/release/tools
Commit message (Expand)AuthorAgeFilesLines
* Pass the '-b' argument to pw(8) so the '/home' directory is createdGlen Barber2015-06-021-1/+2
* In arm_create_disk(), disable soft updates journaling.Glen Barber2015-06-011-1/+1
* Re-enable arm_create_user(), and pass the '-V DESTDIR/etc' toGlen Barber2015-06-011-4/+7
* Disable arm_create_user(). As-is, this does not create theGlen Barber2015-06-011-1/+1
* Fix virtual machine disk format creating by passing VMFORMATGlen Barber2015-05-111-3/+4
* Merge ^/projects/release-arm-redux into ^/head.Glen Barber2015-05-097-185/+137
|\
| * Fix path to /boot/msdos for the target image.Glen Barber2015-05-081-1/+1
| * Reorder / and /boot/msdos mount to avoid the following error:Glen Barber2015-05-071-2/+2
| * Create the /boot/msdos directory so the FAT partition is mountedGlen Barber2015-05-071-0/+1
| * Enable the growfs rc(8) script.Glen Barber2015-05-071-0/+1
| * In arm_create_disk(), chroot(8) to the build environmentGlen Barber2015-05-071-29/+29
| * In release.sh, create the /dev directory within the chrootGlen Barber2015-05-071-2/+2
| * Add tools/arm.subr to contain common subroutines used forGlen Barber2015-05-061-0/+121
| * Remove crochet configuration files and tools/arm/ directory.Glen Barber2015-05-066-185/+0
|/
* Fix building BEAGLEBONE images with Crochet using theGlen Barber2015-05-051-0/+11
* Add initial support for building RPI2 images.Glen Barber2015-05-051-0/+29
* 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
* It would help if I committed the right patch...Colin Percival2015-03-311-1/+1
* Partially revert r278118 now that the required logic for deciding whetherColin Percival2015-03-311-8/+1
* Add bits for building EC2 disk images. Make logic for uploading theseColin Percival2015-03-311-0/+83
* Sigh. s/AutoSize/Growfs/ following upstream commit r761.Glen Barber2015-03-305-5/+5
* 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
* Add a CLOUDPACKAGE variable to contain a list of targets forGlen Barber2015-02-241-0/+47
* Use ifconfig_DEFAULT="" instead of hard-coding vtnet(4)Glen Barber2015-02-031-1/+1
* Move service_enable="YES" rc.conf(5) additions toGlen Barber2015-02-031-9/+9
* Merge the following revisions from ^/projects/release-vmimage:Glen Barber2015-01-204-1/+339
|\
| * Add initial support for the GCE (Google Compute Engine)Glen Barber2015-01-161-0/+96
| * Remove vm_extra_install_base() for the Azure image, nowGlen Barber2015-01-161-12/+1
| * Add a comment to note that setting hw.vga.textmode=1 isGlen Barber2015-01-141-0/+1
| * Update the VM_EXTRA_PACKAGES list for the openstackGlen Barber2015-01-141-1/+3
| * Enable password-less sudo for openstack images.Glen Barber2015-01-141-0/+4
| * Enable the textmode console by default for VM images,Glen Barber2015-01-141-0/+6
| * In vm_extra_install_base(), do not install waagentGlen Barber2015-01-141-9/+0
| * 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-213-12/+19
| * Change how packages are installed into VM images: Rather than chrootingColin Percival2014-11-213-19/+12
| * 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-193-0/+8
| * 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