mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-11 17:04:19 +01:00
Pass SWAPSIZE in env(1) when invoking mk-vmimage.sh, otherwise
mkimg(1) does not create the second partition after r307008. Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
1ad69dcca9
commit
ea18fc2f0c
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=308737
@ -55,7 +55,7 @@ ${_CW:tu}CONF?= ${.CURDIR}/tools/${_CW:tl}.conf
|
|||||||
|
|
||||||
cw-${_CW:tl}:
|
cw-${_CW:tl}:
|
||||||
mkdir -p ${.OBJDIR}/${.TARGET}
|
mkdir -p ${.OBJDIR}/${.TARGET}
|
||||||
env TARGET=${TARGET} TARGET_ARCH=${TARGET_ARCH} \
|
env TARGET=${TARGET} TARGET_ARCH=${TARGET_ARCH} SWAPSIZE=${SWAPSIZE} \
|
||||||
${.CURDIR}/scripts/mk-vmimage.sh \
|
${.CURDIR}/scripts/mk-vmimage.sh \
|
||||||
-C ${.CURDIR}/tools/vmimage.subr -d ${.OBJDIR}/${.TARGET} \
|
-C ${.CURDIR}/tools/vmimage.subr -d ${.OBJDIR}/${.TARGET} \
|
||||||
-i ${.OBJDIR}/${_CW:tl}.img -s ${VMSIZE} -f ${${_CW}_FORMAT} \
|
-i ${.OBJDIR}/${_CW:tl}.img -s ${VMSIZE} -f ${${_CW}_FORMAT} \
|
||||||
|
Loading…
Reference in New Issue
Block a user