summaryrefslogtreecommitdiff
path: root/release/tools
Commit message (Expand)AuthorAgeFilesLines
* Trim trailing '/release/..' when setting _OBJDIR so arm64/aarch64Glen Barber2017-04-191-0/+1
* ec2.conf and vmimage.subr can be used from the installation livecd afterAndrew Thompson2017-03-091-1/+2
* Increase the EC2 image size for 12-CURRENT. The recent snapshotGlen Barber2017-03-021-2/+2
* Enable IPv6 networking on Amazon EC2.Colin Percival2017-01-151-3/+8
* - Resize FreeBSD to the size of the OpenStack flavor (growfs).Glen Barber2016-12-141-0/+27
* - Use virtualbox-ose-additions-nox11 for vagrant image to reduce sizeLi-Wen Hsu2016-10-301-2/+2
* Belatedly revert r303119, which was determined to not beGlen Barber2016-10-241-1/+0
* Add the ability to override the size of the swap partition when buildingNavdeep Parhar2016-10-101-1/+1
* Create a /usr/home -> /home symlink for the arm images toGlen Barber2016-07-201-0/+1
* Now that potentially buggy versions of Xen are automatically detectedColin Percival2016-07-161-6/+0
* Enable indirect segment I/Os by default in the Xen blkfront driver whenColin Percival2016-06-291-5/+0
* Turn off MSI-X interrupt migration by default in EC2 instances; this worksColin Percival2016-06-241-0/+6
* Bump /tmp from 30m to 50m for ARM release images.Emmanuel Vadot2016-06-161-1/+1
* Switch from console="comconsole" to boot_multicons="YES" in EC2.Colin Percival2016-06-091-2/+4
* Turn off nfsv4acls for arm/armv6 builds, which has an impactGlen Barber2016-06-011-1/+0
* Fix tmpfs(5) '/tmp' mount point.Glen Barber2015-11-251-1/+1
* Remove noatime from tmpfs(5) fstab(5) entry.Glen Barber2015-11-091-1/+1
* Use tmpfs(5) instead of md(4) for '/tmp' mount.Glen Barber2015-11-081-1/+1
* In vm_copy_base(), turn off SU+J on the resultant filesystem,Glen Barber2015-09-291-1/+1
* Disable blkif indirect segment I/Os in EC2 by default due to performanceColin Percival2015-07-301-0/+5
* Fix an out-of-order execution issue regarding pkg(8):Glen Barber2015-07-211-1/+1
* Add support for building VirtualBox Vagrant images.Brad Davis2015-07-203-8/+42
* Do not mount /var/log and /var/tmp as md(4)-backed devices.Glen Barber2015-07-121-4/+0
* Revert r285018, r285019, r285076, r285078, r285082.Glen Barber2015-07-041-8/+0
* Test for loader.rc existence before attempting to createGlen Barber2015-07-031-2/+5
* Revert r285018 and r285019, which attempted to resolveGlen Barber2015-07-031-12/+0
* Fix the real problem with missing UFS/MSDOSFS labels on theGlen Barber2015-07-031-0/+5
* Fix the path to the UFS/MSDOSFS filesystem labels, since theyGlen Barber2015-07-021-2/+2
* Implement an evil workaround that prevents UFS/MSDOS labels from beingGlen Barber2015-07-021-0/+12
* Add initial support for building Vagrant images for VMWare. Next steps will b...Brad Davis2015-06-271-0/+81
* Add initial support for automatically uploading GCE virtualGlen Barber2015-06-271-47/+0
* Ensure ASSUME_ALWAYS_YES is set when deleting pkg(8) from theGlen Barber2015-06-241-1/+1
* Chase r284656 and r284658:Glen Barber2015-06-211-14/+1
* Fix path to waagent.Glen Barber2015-06-191-2/+2
* Work around a potential bug in pw(8) when '-m' is specified.Glen Barber2015-06-051-1/+1
* Make sure /home exists within the DESTDIR before creating theGlen Barber2015-06-041-0/+1
* Use the new pw(8) '-R' option to create the users/groups.Glen Barber2015-06-031-5/+4
* 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