aboutsummaryrefslogtreecommitdiff
path: root/release/tools/vagrant.conf
diff options
context:
space:
mode:
authorGlen Barber <gjb@FreeBSD.org>2021-03-04 13:39:43 +0000
committerGlen Barber <gjb@FreeBSD.org>2021-03-04 13:43:02 +0000
commitfa04db476201c4cad5f6a5f67da8f2ef1e1cdad3 (patch)
tree1e6d50b4c4950d21e346521738ced52940367c5f /release/tools/vagrant.conf
parenta0d921bae9f3bcdb664f9737e20c0015123f11af (diff)
downloadsrc-fa04db476201c4cad5f6a5f67da8f2ef1e1cdad3.tar.gz
src-fa04db476201c4cad5f6a5f67da8f2ef1e1cdad3.zip
release: fix VMSIZE following 1ca8842f3ad9
truncate(1) is not case-sensitive with regard to setting the size of a file. makefs(8), however, does not honor upper-case values. Update release-specific files and the release(7) manual page to reflect this. MFC with: 1ca8842f3ad9 Submitted by: ehem_freebsd_m5p.com (original) Differential Review: https://reviews.freebsd.org/D28979 Sponsored by: Rubicon Communications, LLC ("Netgate")
Diffstat (limited to 'release/tools/vagrant.conf')
-rw-r--r--release/tools/vagrant.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/tools/vagrant.conf b/release/tools/vagrant.conf
index c683cf7a07d2..05e7052d46c4 100644
--- a/release/tools/vagrant.conf
+++ b/release/tools/vagrant.conf
@@ -4,7 +4,7 @@
#
# The default of 3GB is too small for Vagrant, so override the size here.
-export VMSIZE=8G
+export VMSIZE=8g
# Packages to install into the image we're creating. This is a deliberately
# minimalist set, providing only the packages necessary to bootstrap.