Skip to content

Commit d659b9f

Browse files
committed
Rename opensuse to opensuse-leap
Signed-off-by: Anders F Björklund <[email protected]>
1 parent 59beedd commit d659b9f

File tree

3 files changed

+13
-12
lines changed

3 files changed

+13
-12
lines changed

examples/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Distro:
1919
- [`debian-11`](./debian-11.yaml): Debian GNU/Linux 11(bullseye)
2020
- [`debian-12`](./debian-12.yaml), `debian.yaml`: ⭐Debian GNU/Linux 12(bookworm)
2121
- [`fedora`](./fedora.yaml): ⭐Fedora
22-
- [`opensuse`](./opensuse.yaml): ⭐openSUSE Leap
22+
- [`opensuse-leap`](./opensuse-leap.yaml), `opensuse.yaml`: ⭐openSUSE Leap
2323
- [`oraclelinux-8`](./oraclelinux-8.yaml): Oracle Linux 8
2424
- [`oraclelinux-9`](./oraclelinux-9.yaml), `oraclelinux.yaml`: Oracle Linux 9
2525
- [`rocky-8`](./rocky-8.yaml): Rocky Linux 8

examples/opensuse-leap.yaml

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# This template requires Lima v0.7.0 or later
2+
images:
3+
# Hint: run `limactl prune` to invalidate the "Current" cache
4+
- location: "https://download.opensuse.org/distribution/leap/15.6/appliances/openSUSE-Leap-15.6-Minimal-VM.x86_64-Cloud.qcow2"
5+
arch: "x86_64"
6+
- location: "https://download.opensuse.org/distribution/leap/15.6/appliances/openSUSE-Leap-15.6-Minimal-VM.aarch64-Cloud.qcow2"
7+
arch: "aarch64"
8+
mounts:
9+
- location: "~"
10+
- location: "/tmp/lima"
11+
writable: true

examples/opensuse.yaml

-11
This file was deleted.

examples/opensuse.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
opensuse-leap.yaml

0 commit comments

Comments
 (0)