Skip to content

Commit

Permalink
Use correct spelling for openSUSE
Browse files Browse the repository at this point in the history
  • Loading branch information
asdil12 committed Aug 11, 2023
1 parent 772ff1a commit 8843b70
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down
2 changes: 1 addition & 1 deletion roles/netbootxyz/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion roles/netbootxyz/templates/menu/linux-i386.ipxe.j2
Original file line number Diff line number Diff line change
Expand Up @@ -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} ||
Expand Down
2 changes: 1 addition & 1 deletion roles/netbootxyz/templates/menu/opensuse.ipxe.j2
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!ipxe

# OpenSUSE Operating System
# openSUSE Operating System
# http://opensuse.org

isset ${dhcp-server} || goto static_ip
Expand Down

0 comments on commit 8843b70

Please sign in to comment.