diff --git a/readme-vars.yml b/readme-vars.yml index e5c62ae..400bb90 100644 --- a/readme-vars.yml +++ b/readme-vars.yml @@ -6,6 +6,11 @@ project_url: "https://netboot.xyz" project_logo: "https://netboot.xyz/images/netboot.xyz.gif" project_blurb: "[{{ project_name|capitalize }}]({{ project_url }}) is a way to PXE boot various operating system installers or utilities from one place within the BIOS without the need of having to go retrieve the media to run the tool. iPXE is used to provide a user friendly menu from within the BIOS that lets you easily choose the operating system you want along with any specific types of versions or bootable flags." project_lsio_github_repo_url: "https://github.com/linuxserver/docker-{{ project_name }}" + +# deprecation information +project_deprecation_status: true +project_deprecation_message: "Consider switching to https://github.com/netbootxyz/docker-netbootxyz for the official container which is a drop-in replacement." + # supported architectures available_architectures: - {arch: "{{ arch_x86_64 }}", tag: "amd64-latest"} @@ -167,6 +172,7 @@ init_diagram: | "netbootxyz:tftp" <- Base Images # changelog changelogs: + - {date: "17.05.25:", desc: "Deprecate"} - {date: "30.06.24:", desc: "Rebase to Alpine 3.20."} - {date: "08.12.23:", desc: "Rebase tftp branch to Alpine 3.19."} - {date: "17.11.23:", desc: "Rebase tftp branch to Alpine 3.18."}