mirror of
https://git.FreeBSD.org/src.git
synced 2024-11-23 07:31:31 +00: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
This commit is contained in:
parent
a05620b0f6
commit
c611041660
@ -46,8 +46,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 New Issue
Block a user