From 8843b703bc3c53d44bc1ceb2aebe8a2fa88d0857 Mon Sep 17 00:00:00 2001 From: Dominik Heidler Date: Fri, 11 Aug 2023 23:00:32 +0200 Subject: [PATCH] Use correct spelling for openSUSE --- README.md | 2 +- roles/netbootxyz/defaults/main.yml | 2 +- roles/netbootxyz/templates/menu/linux-i386.ipxe.j2 | 2 +- roles/netbootxyz/templates/menu/opensuse.ipxe.j2 | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f2f97b163d..afadfafd91 100644 --- a/README.md +++ b/README.md @@ -161,7 +161,7 @@ In addition to being able to host netboot.xyz locally, you can also create your | NixOS | https://nixos.org | Yes | No | | OpenBSD | https://openbsd.org | Yes | No | | openEuler | https://openeuler.org | Yes | No | -| OpenSUSE | https://opensuse.org | Yes | No | +| openSUSE | https://opensuse.org | Yes | No | | Oracle Linux | https://www.oracle.com/linux/ | Yes | Installer | | Parrot Security | https://www.parrotsec.org | No | Yes | | Peppermint | https://peppermintos.com | No | Yes | diff --git a/roles/netbootxyz/defaults/main.yml b/roles/netbootxyz/defaults/main.yml index 6c90e91dfd..35e18804f7 100644 --- a/roles/netbootxyz/defaults/main.yml +++ b/roles/netbootxyz/defaults/main.yml @@ -396,7 +396,7 @@ releases: enabled: true menu: linux mirror: http://download.opensuse.org - name: OpenSUSE + name: openSUSE versions: - code_name: '15.5' name: openSUSE Leap 15.5 diff --git a/roles/netbootxyz/templates/menu/linux-i386.ipxe.j2 b/roles/netbootxyz/templates/menu/linux-i386.ipxe.j2 index a094f2aee9..62ed5a77fd 100644 --- a/roles/netbootxyz/templates/menu/linux-i386.ipxe.j2 +++ b/roles/netbootxyz/templates/menu/linux-i386.ipxe.j2 @@ -10,7 +10,7 @@ item alpinelinux ${space} Alpine Linux item debian ${space} Debian item gentoo ${space} Gentoo item kali ${space} Kali Linux -item opensuse ${space} OpenSUSE +item opensuse ${space} openSUSE choose menu || goto linux_exit echo ${cls} goto ${menu} || diff --git a/roles/netbootxyz/templates/menu/opensuse.ipxe.j2 b/roles/netbootxyz/templates/menu/opensuse.ipxe.j2 index a7ec4bd932..c7424384a1 100644 --- a/roles/netbootxyz/templates/menu/opensuse.ipxe.j2 +++ b/roles/netbootxyz/templates/menu/opensuse.ipxe.j2 @@ -1,6 +1,6 @@ #!ipxe -# OpenSUSE Operating System +# openSUSE Operating System # http://opensuse.org isset ${dhcp-server} || goto static_ip