From d659b9faa35f2aa130a30019291a3d46f428acd0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anders=20F=20Bj=C3=B6rklund?= Date: Thu, 12 Sep 2024 20:11:51 +0200 Subject: [PATCH] Rename opensuse to opensuse-leap MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Anders F Björklund --- examples/README.md | 2 +- examples/opensuse-leap.yaml | 11 +++++++++++ examples/opensuse.yaml | 12 +----------- 3 files changed, 13 insertions(+), 12 deletions(-) create mode 100644 examples/opensuse-leap.yaml mode change 100644 => 120000 examples/opensuse.yaml diff --git a/examples/README.md b/examples/README.md index 5803c9a0567d..aa1b5ecb12e2 100644 --- a/examples/README.md +++ b/examples/README.md @@ -19,7 +19,7 @@ Distro: - [`debian-11`](./debian-11.yaml): Debian GNU/Linux 11(bullseye) - [`debian-12`](./debian-12.yaml), `debian.yaml`: ⭐Debian GNU/Linux 12(bookworm) - [`fedora`](./fedora.yaml): ⭐Fedora -- [`opensuse`](./opensuse.yaml): ⭐openSUSE Leap +- [`opensuse-leap`](./opensuse-leap.yaml), `opensuse.yaml`: ⭐openSUSE Leap - [`oraclelinux-8`](./oraclelinux-8.yaml): Oracle Linux 8 - [`oraclelinux-9`](./oraclelinux-9.yaml), `oraclelinux.yaml`: Oracle Linux 9 - [`rocky-8`](./rocky-8.yaml): Rocky Linux 8 diff --git a/examples/opensuse-leap.yaml b/examples/opensuse-leap.yaml new file mode 100644 index 000000000000..e0f1360018ff --- /dev/null +++ b/examples/opensuse-leap.yaml @@ -0,0 +1,11 @@ +# This template requires Lima v0.7.0 or later +images: +# Hint: run `limactl prune` to invalidate the "Current" cache +- location: "https://download.opensuse.org/distribution/leap/15.6/appliances/openSUSE-Leap-15.6-Minimal-VM.x86_64-Cloud.qcow2" + arch: "x86_64" +- location: "https://download.opensuse.org/distribution/leap/15.6/appliances/openSUSE-Leap-15.6-Minimal-VM.aarch64-Cloud.qcow2" + arch: "aarch64" +mounts: +- location: "~" +- location: "/tmp/lima" + writable: true diff --git a/examples/opensuse.yaml b/examples/opensuse.yaml deleted file mode 100644 index e0f1360018ff..000000000000 --- a/examples/opensuse.yaml +++ /dev/null @@ -1,11 +0,0 @@ -# This template requires Lima v0.7.0 or later -images: -# Hint: run `limactl prune` to invalidate the "Current" cache -- location: "https://download.opensuse.org/distribution/leap/15.6/appliances/openSUSE-Leap-15.6-Minimal-VM.x86_64-Cloud.qcow2" - arch: "x86_64" -- location: "https://download.opensuse.org/distribution/leap/15.6/appliances/openSUSE-Leap-15.6-Minimal-VM.aarch64-Cloud.qcow2" - arch: "aarch64" -mounts: -- location: "~" -- location: "/tmp/lima" - writable: true diff --git a/examples/opensuse.yaml b/examples/opensuse.yaml new file mode 120000 index 000000000000..cbea57194476 --- /dev/null +++ b/examples/opensuse.yaml @@ -0,0 +1 @@ +opensuse-leap.yaml \ No newline at end of file