mirror of
https://git.proxmox.com/git/dab
synced 2025-10-04 09:48:59 +00:00
add initial support to build Debian 13 Trixie appliances
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
877ab95c97
commit
329ec50ee8
@ -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",
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user