summaryrefslogtreecommitdiffstats
path: root/tools/builder_defaults.sh
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2015-12-11 13:04:26 -0200
committerRenato Botelho <renato@netgate.com>2015-12-11 13:04:26 -0200
commit24f2a16a33d215cea64c7357e217652e2f6fd1c1 (patch)
treebb7081dbeb8719d1eca273b4571fe02f0fcb8ed0 /tools/builder_defaults.sh
parent48e47796e088eeaab3cff4e3cf67a52d278ad91d (diff)
parent97bc6c7868b4e6c7c04d7328de656190251bc012 (diff)
downloadpfsense-24f2a16a33d215cea64c7357e217652e2f6fd1c1.zip
pfsense-24f2a16a33d215cea64c7357e217652e2f6fd1c1.tar.gz
Merge pull request #2206 from phil-davis/r002
Diffstat (limited to 'tools/builder_defaults.sh')
-rw-r--r--tools/builder_defaults.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/builder_defaults.sh b/tools/builder_defaults.sh
index 97c13cc..da6b996 100644
--- a/tools/builder_defaults.sh
+++ b/tools/builder_defaults.sh
@@ -84,7 +84,7 @@ fi
# Make sure pkg will not be interactive
export ASSUME_ALWAYS_YES=true
-# Architecture, supported ARCH values are:
+# Architecture, supported ARCH values are:
# Tier 1: i386, AMD64, and PC98
# Tier 2: ARM, PowerPC, ia64, Sparc64 and sun4v
# Tier 3: MIPS and S/390
@@ -212,7 +212,7 @@ export VMDK_DISK_CAPACITY_IN_GB=${VMDK_DISK_CAPACITY_IN_GB:-"8"}
export OVA_FIRST_PART_SIZE_IN_GB=${OVA_FIRST_PART_SIZE_IN_GB:-"6"}
# swap partition size (freebsd-swap)
export OVA_SWAP_PART_SIZE_IN_GB=${OVA_SWAP_PART_SIZE_IN_GB:-"2"}
-# Calculate real swap size, removing 128 blocks (65536 bytes) beggining/loader
+# Calculate real swap size, removing 128 blocks (65536 bytes) beginning/loader
export OVA_SWAP_PART_SIZE=$((${OVA_SWAP_PART_SIZE_IN_GB}*1024*1024*1024-65536))
# Temporary place to save files
export OVA_TMP=${OVA_TMP:-"${SCRATCHDIR}/ova_tmp"}
OpenPOWER on IntegriCloud