diff --git a/README.md b/README.md index 3d9549782d..f5798c0279 100644 --- a/README.md +++ b/README.md @@ -159,6 +159,7 @@ In addition to being able to host netboot.xyz locally, you can also create your | MirOS | http://www.mirbsd.org | Yes | No | | Nitrux | https://nxos.org/ | No | Yes | | NixOS | https://nixos.org | Yes | No | +| ObsidianOS | https://obsidianos.xyz | Yes | No | | OpenBSD | https://openbsd.org | Yes | No | | openEuler | https://openeuler.org | Yes | No | | openSUSE | https://opensuse.org | Yes | No | diff --git a/roles/netbootxyz/templates/menu/obsidianos.ipxe.j2 b/roles/netbootxyz/templates/menu/obsidianos.ipxe.j2 new file mode 100644 index 0000000000..43e2650471 --- /dev/null +++ b/roles/netbootxyz/templates/menu/obsidianos.ipxe.j2 @@ -0,0 +1,14 @@ +#!ipxe + +# ObsidianOS +# https://obsidianos.xyz + +imgfree +kernel https://files.obsidianos.xyz/latest.iso || goto failed +boot +exit 0 +:failed +echo Boot failed. +sleep 3 +exit 1 +