forked from lima-vm/lima
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathoraclelinux-9.yaml
More file actions
18 lines (17 loc) · 803 Bytes
/
Copy pathoraclelinux-9.yaml
File metadata and controls
18 lines (17 loc) · 803 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# This example requires Lima v0.11.3 or later.
# Oracle image licence: https://www.oracle.com/downloads/licenses/oracle-linux-license.html
# Image source: https://yum.oracle.com/oracle-linux-templates.html
images:
- location: "https://yum.oracle.com/templates/OracleLinux/OL9/u1/x86_64/OL9U1_x86_64-kvm-b158.qcow"
arch: "x86_64"
digest: "sha256:ca655beba34038349827c5ab365df4f7936a7f6226a04d0452bbe4430f4d6658"
- location: "https://yum.oracle.com/templates/OracleLinux/OL9/u1/aarch64/OL9U1_aarch64-kvm-b13.qcow"
arch: "aarch64"
digest: "sha256:a71abfd60713cd5c37443287dd267efd30f1715f8db075e0377b43e2d6ec44cf"
mounts:
- location: "~"
- location: "/tmp/lima"
writable: true
firmware:
# Oracle Linux 9 still requires legacyBIOS, while AlmaLinux 9 and Rocky Linux 9 do not.
legacyBIOS: true