summaryrefslogtreecommitdiffstats
path: root/tools/builder_defaults.sh
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@inf.org>2015-12-11 19:17:56 +0545
committerPhil Davis <phil.davis@inf.org>2015-12-11 19:17:56 +0545
commit97bc6c7868b4e6c7c04d7328de656190251bc012 (patch)
treef7678b351d91691df929693445bd2022768e253f /tools/builder_defaults.sh
parent941939ee1fbf588395604f0c2805a0f3d4c30231 (diff)
downloadpfsense-97bc6c7868b4e6c7c04d7328de656190251bc012.zip
pfsense-97bc6c7868b4e6c7c04d7328de656190251bc012.tar.gz
Random stuff in tools folder tree
White space and text or comment typos only - nothing functional.
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