Skip to content

Commit 7283201

Browse files
committed
templates: clean up almalinux-9 and centos-stream-9
Signed-off-by: Akihiro Suda <[email protected]>
1 parent 18cb8ea commit 7283201

File tree

2 files changed

+5
-8
lines changed

2 files changed

+5
-8
lines changed
Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# This example requires Lima v0.8.3 or later.
1+
# This example requires Lima v0.11.1 or later.
22

33
images:
44
- location: "http://repo.almalinux.org/almalinux/9.0/cloud/x86_64/images/AlmaLinux-9-GenericCloud-9.0-20220527.x86_64.qcow2"
@@ -11,9 +11,6 @@ mounts:
1111
- location: "~"
1212
- location: "/tmp/lima"
1313
writable: true
14-
firmware:
15-
legacyBIOS: true
1614
cpuType:
17-
# Workaround for "vmx_write_mem: mmu_gva_to_gpa XXXXXXXXXXXXXXXX failed" on Intel Mac
18-
# https://bugs.launchpad.net/qemu/+bug/1838390
15+
# Workaround for "intel_pstate: CPU model not supported"
1916
x86_64: "Haswell-v4"

examples/experimental/centos-stream-9.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# This example requires Lima v0.8.3 or later.
1+
# This example requires Lima v0.11.1 or later.
22

33
images:
44
- location: "https://cloud.centos.org/centos/9-stream/x86_64/images/CentOS-Stream-GenericCloud-9-20220606.0.x86_64.qcow2"
@@ -12,8 +12,8 @@ mounts:
1212
- location: "/tmp/lima"
1313
writable: true
1414
firmware:
15+
# CentOS Stream 9 still requires legacyBIOS, while AlmaLinux 9 and Rocky Linux 9 do not.
1516
legacyBIOS: true
1617
cpuType:
17-
# Workaround for "vmx_write_mem: mmu_gva_to_gpa XXXXXXXXXXXXXXXX failed" on Intel Mac
18-
# https://bugs.launchpad.net/qemu/+bug/1838390
18+
# Workaround for "intel_pstate: CPU model not supported"
1919
x86_64: "Haswell-v4"

0 commit comments

Comments
 (0)