mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Disable swap on ova
This commit is contained in:
parent
2006b940a3
commit
5213dbb822
@ -211,7 +211,7 @@ export OVFVMDK=${OVFVMDK:-"${PRODUCT_NAME}-disk1.vmdk"}
|
||||
# 8 gigabyte on disk VMDK size
|
||||
export VMDK_DISK_CAPACITY_IN_GB=${VMDK_DISK_CAPACITY_IN_GB:-"8"}
|
||||
# swap partition size (freebsd-swap)
|
||||
export OVA_SWAP_PART_SIZE_IN_GB=${OVA_SWAP_PART_SIZE_IN_GB:-"2"}
|
||||
export OVA_SWAP_PART_SIZE_IN_GB=${OVA_SWAP_PART_SIZE_IN_GB:-"0"}
|
||||
# Temporary place to save files
|
||||
export OVA_TMP=${OVA_TMP:-"${SCRATCHDIR}/ova_tmp"}
|
||||
# end of OVF
|
||||
|
||||
Loading…
Reference in New Issue
Block a user