File tree Expand file tree Collapse file tree 2 files changed +5
-8
lines changed Expand file tree Collapse file tree 2 files changed +5
-8
lines changed Original file line number Diff line number Diff line change 1
- # This example requires Lima v0.8.3 or later.
1
+ # This example requires Lima v0.11.1 or later.
2
2
3
3
images :
4
4
- 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:
11
11
- location : " ~"
12
12
- location : " /tmp/lima"
13
13
writable : true
14
- firmware :
15
- legacyBIOS : true
16
14
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"
19
16
x86_64 : " Haswell-v4"
Original file line number Diff line number Diff line change 1
- # This example requires Lima v0.8.3 or later.
1
+ # This example requires Lima v0.11.1 or later.
2
2
3
3
images :
4
4
- 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:
12
12
- location : " /tmp/lima"
13
13
writable : true
14
14
firmware :
15
+ # CentOS Stream 9 still requires legacyBIOS, while AlmaLinux 9 and Rocky Linux 9 do not.
15
16
legacyBIOS : true
16
17
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"
19
19
x86_64 : " Haswell-v4"
You can’t perform that action at this time.
0 commit comments