mirror of
https://github.com/opnsense/src.git
synced 2026-02-20 00:11:07 -05:00
release: tweak Oracle Cloud settings
- use raw image disk type and enable zfs, this yields smaller images for upload after using native qcow2 + zstd compression Reviewed by: lwhsu, emaste Differential Revision: https://reviews.freebsd.org/D47055 MFC after: 3 days Approved by: emaste (cherry picked from commit c611041660845e8ee8bf3009b32327d1f783a47b)
This commit is contained in:
parent
77b296a258
commit
786ebfa46d
1 changed files with 2 additions and 2 deletions
|
|
@ -42,8 +42,8 @@ EC2-SMALL_DESC= Amazon EC2 small image
|
|||
GCE_FORMAT= raw
|
||||
GCE_FSLIST?= ufs zfs
|
||||
GCE_DESC= Google Compute Engine image
|
||||
ORACLE_FORMAT= qcow2
|
||||
ORACLE_FSLIST?= ufs
|
||||
ORACLE_FORMAT= raw
|
||||
ORACLE_FSLIST?= ufs zfs
|
||||
ORACLE_DESC= Oracle Cloud Infrastructure image
|
||||
OPENSTACK_FORMAT=qcow2
|
||||
OPENSTACK_FSLIST?= ufs
|
||||
|
|
|
|||
Loading…
Reference in a new issue