add initial support to build Debian 13 Trixie appliances

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2024-11-19 13:27:12 +01:00
parent 877ab95c97
commit 329ec50ee8

View File

@ -63,6 +63,9 @@ sub __url_to_filename {
# flags: # flags:
# systemd: true (except for devuan ostypes) # systemd: true (except for devuan ostypes)
my $supported_suites = { my $supported_suites = {
'trixie' => {
ostype => "debian-13",
},
'bookworm' => { 'bookworm' => {
ostype => "debian-12", ostype => "debian-12",
}, },