aboutsummaryrefslogtreecommitdiff
path: root/release/release.conf.sample
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/release.conf.sample
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/release.conf.sample')
-rw-r--r--release/release.conf.sample4
1 files changed, 2 insertions, 2 deletions
diff --git a/release/release.conf.sample b/release/release.conf.sample
index 4de068750228..bd7be15b0227 100644
--- a/release/release.conf.sample
+++ b/release/release.conf.sample
@@ -99,8 +99,8 @@ PORTBRANCH="main"
## If WITH_VMIMAGES is set to a non-empty value, this is the size of the
## virtual machine disk filesystem. Valid size values are described in
-## the truncate(1) manual page.
-#VMSIZE="20G"
+## the makefs(8) manual page.
+#VMSIZE="20g"
## If WITH_VMIMAGES is set to a non-empty value, this is a list of disk
## image formats to create. Valid values are listed in the mkimg(1)