Index: head/release/amd64/make-memstick.sh =================================================================== --- head/release/amd64/make-memstick.sh +++ head/release/amd64/make-memstick.sh @@ -32,7 +32,7 @@ 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 Index: head/release/arm64/make-memstick.sh =================================================================== --- head/release/arm64/make-memstick.sh +++ head/release/arm64/make-memstick.sh @@ -32,7 +32,7 @@ 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 Index: head/release/i386/make-memstick.sh =================================================================== --- head/release/i386/make-memstick.sh +++ head/release/i386/make-memstick.sh @@ -32,7 +32,7 @@ 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 Index: head/release/powerpc/make-memstick.sh =================================================================== --- head/release/powerpc/make-memstick.sh +++ head/release/powerpc/make-memstick.sh @@ -37,7 +37,7 @@ echo '/dev/da0s3 / ufs ro,noatime 1 1' > ${1}/etc/fstab echo 'root_rw_mount="NO"' > ${1}/etc/rc.conf.local rm -f ${tempfile} -makefs -B big ${tempfile} ${1} +makefs -B big -o version=2 ${tempfile} ${1} rm ${1}/etc/fstab rm ${1}/etc/rc.conf.local