summaryrefslogtreecommitdiff
path: root/release/amd64
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2017-09-11 14:33:04 +0000
committerEd Maste <emaste@FreeBSD.org>2017-09-11 14:33:04 +0000
commite9346a94d12bef37f57e958dfafb7e2a9f1211a8 (patch)
tree7639a1ffb96fbe7d4776dbb448960bbba278cc96 /release/amd64
parent970165f1903ea9757b1434ca826ba86a1fe98039 (diff)
downloadsrc-test-e9346a94d12bef37f57e958dfafb7e2a9f1211a8.tar.gz
src-test-e9346a94d12bef37f57e958dfafb7e2a9f1211a8.zip
boot1: remove BOOT1_MAXSIZE default value
This Makefile relies on Makefile.fat providing the correct value for BOOT1_MAXSIZE and BOOT1_OFFSET. Since BOOT1_OFFSET had no default value here the build would already fail if Makefile.fat did not provide correct values. Sponsored by: The FreeBSD Foundation
Notes
Notes: svn path=/head/; revision=323436
Diffstat (limited to 'release/amd64')
-rwxr-xr-xrelease/amd64/make-memstick.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/amd64/make-memstick.sh b/release/amd64/make-memstick.sh
index 64edb733c43d7..3a151579abe77 100755
--- a/release/amd64/make-memstick.sh
+++ b/release/amd64/make-memstick.sh
@@ -32,7 +32,7 @@ fi
echo '/dev/ufs/FreeBSD_Install / ufs ro,noatime 1 1' > ${1}/etc/fstab
echo 'root_rw_mount="NO"' > ${1}/etc/rc.conf.local
-makefs -B little -o label=FreeBSD_Install ${2}.part ${1}
+makefs -B little -o label=FreeBSD_Install -o version=2 ${2}.part ${1}
rm ${1}/etc/fstab
rm ${1}/etc/rc.conf.local