Searched refs:VMBASE (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.1-release/release/amd64/
H A Dmk-vmimage.sh89 VMBASE="${1}"
94 if [ -z "${VMBASE}" -o -z "${WORLDDIR}" -o -z "${DESTDIR}" \
101 truncate -s ${VMSIZE} ${VMBASE}
102 mddev=$(mdconfig -f ${VMBASE})
137 VMBASE="${1}"
141 if [ -z "${VMBASE}" -o -z "${FORMAT}" -o -z "${VMIMAGE}" ]; then
172 -p freebsd-ufs/rootfs:=${VMBASE} \
H A Dmk-azure.sh59 VMBASE="${1}"
65 if [ -z "${VMBASE}" -o -z "${WORLDDIR}" -o -z "${DESTDIR}" \
74 truncate -s ${VMSIZE} ${VMBASE}
75 mddev=$(mdconfig -f ${VMBASE})
138 -p freebsd-ufs/rootfs:=${VMBASE} \
/freebsd-10.1-release/release/i386/
H A Dmk-vmimage.sh89 VMBASE="${1}"
94 if [ -z "${VMBASE}" -o -z "${WORLDDIR}" -o -z "${DESTDIR}" \
101 truncate -s ${VMSIZE} ${VMBASE}
102 mddev=$(mdconfig -f ${VMBASE})
137 VMBASE="${1}"
141 if [ -z "${VMBASE}" -o -z "${FORMAT}" -o -z "${VMIMAGE}" ]; then
172 -p freebsd-ufs/rootfs:=${VMBASE} \
H A Dmk-azure.sh59 VMBASE="${1}"
65 if [ -z "${VMBASE}" -o -z "${WORLDDIR}" -o -z "${DESTDIR}" \
74 truncate -s ${VMSIZE} ${VMBASE}
75 mddev=$(mdconfig -f ${VMBASE})
138 -p freebsd-ufs/rootfs:=${VMBASE} \
/freebsd-10.1-release/release/
H A DMakefile125 VMBASE?= vm macro
138 CLEANFILES+= ${VMBASE}.img
140 CLEANFILES+= ${VMBASE}.${FORMAT}
353 cp -p ${VMBASE}.${FORMAT} \
375 ${VMBASE}.img ${WORLDDIR} ${.OBJDIR}/${.TARGET} ${VMSIZE}
386 ${VMBASE}.img ${FORMAT} ${VMBASE}.${FORMAT}

Completed in 103 milliseconds