mirror of
https://github.com/opnsense/tools.git
synced 2026-05-28 04:35:46 -04:00
composite/factory: bump to 4G due to unknown ZFS size requirement "change"
3G are enough for UFS but ZFS fails while installibg packages. This brings it back to working order and that's good enough.
This commit is contained in:
parent
f422ef4c08
commit
e118cc3dd4
1 changed files with 1 additions and 1 deletions
|
|
@ -48,4 +48,4 @@ if [ -n "${PRODUCT_ZFS}" ]; then
|
|||
FS=zfs
|
||||
fi
|
||||
|
||||
make vm-raw,3G,never,serial compress-vm VERSION=${COREFILE##*-}-${FS}
|
||||
make vm-raw,4G,never,serial compress-vm VERSION=${COREFILE##*-}-${FS}
|
||||
|
|
|
|||
Loading…
Reference in a new issue