Revision 97bc6c78
Added by Phil Davis over 9 years ago
tools/builder_defaults.sh | ||
---|---|---|
84 | 84 |
# Make sure pkg will not be interactive |
85 | 85 |
export ASSUME_ALWAYS_YES=true |
86 | 86 |
|
87 |
# Architecture, supported ARCH values are:
|
|
87 |
# Architecture, supported ARCH values are: |
|
88 | 88 |
# Tier 1: i386, AMD64, and PC98 |
89 | 89 |
# Tier 2: ARM, PowerPC, ia64, Sparc64 and sun4v |
90 | 90 |
# Tier 3: MIPS and S/390 |
... | ... | |
212 | 212 |
export OVA_FIRST_PART_SIZE_IN_GB=${OVA_FIRST_PART_SIZE_IN_GB:-"6"} |
213 | 213 |
# swap partition size (freebsd-swap) |
214 | 214 |
export OVA_SWAP_PART_SIZE_IN_GB=${OVA_SWAP_PART_SIZE_IN_GB:-"2"} |
215 |
# Calculate real swap size, removing 128 blocks (65536 bytes) beggining/loader
|
|
215 |
# Calculate real swap size, removing 128 blocks (65536 bytes) beginning/loader
|
|
216 | 216 |
export OVA_SWAP_PART_SIZE=$((${OVA_SWAP_PART_SIZE_IN_GB}*1024*1024*1024-65536)) |
217 | 217 |
# Temporary place to save files |
218 | 218 |
export OVA_TMP=${OVA_TMP:-"${SCRATCHDIR}/ova_tmp"} |
Also available in: Unified diff
Random stuff in tools folder tree
White space and text or comment typos only - nothing functional.