Skip to content

Commit d9f7d93

Browse files
authored
Merge pull request #1194 from AkihiroSuda/tumbleweed
opensuse-tumbleweed: JeOS -> Minimal-VM
2 parents 43fcf3b + 5ffc400 commit d9f7d93

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

examples/experimental/opensuse-tumbleweed.yaml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
# This example requires Lima v0.11.3 or later
22
images:
33
# Hint: run `limactl prune` to invalidate the "Current" cache
4-
- location: https://download.opensuse.org/tumbleweed/appliances/openSUSE-Tumbleweed-JeOS.x86_64-OpenStack-Cloud.qcow2
4+
- location: "https://download.opensuse.org/tumbleweed/appliances/openSUSE-Tumbleweed-Minimal-VM.x86_64-Cloud.qcow2"
55
arch: "x86_64"
6-
- location: http://download.opensuse.org/ports/aarch64/tumbleweed/appliances/openSUSE-Tumbleweed-ARM-JeOS-efi.aarch64.qcow2
6+
# JeOS is deprecated and will be removed probably
7+
- location: "http://download.opensuse.org/ports/aarch64/tumbleweed/appliances/openSUSE-Tumbleweed-ARM-JeOS-efi.aarch64.qcow2"
78
arch: "aarch64"
9+
# Minimal-VM.aarch64-kvm-and-xen is known to hang: https://github.com/lima-vm/lima/pull/1194#issuecomment-1326943869
10+
# - location: "https://download.opensuse.org/ports/aarch64/tumbleweed/appliances/openSUSE-Tumbleweed-Minimal-VM.aarch64-kvm-and-xen.qcow2"
11+
# arch: "aarch64"
812
mounts:
913
- location: "~"
1014
- location: "/tmp/lima"

0 commit comments

Comments
 (0)