add support for debian trixie
This commit is contained in:
parent
7cb8876231
commit
d71af7561a
3 changed files with 8 additions and 0 deletions
3
bundles/apt/files/sources.list-debian-trixie
Normal file
3
bundles/apt/files/sources.list-debian-trixie
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
deb http://deb.debian.org/debian/ trixie main non-free contrib non-free-firmware
|
||||||
|
deb http://security.debian.org/debian-security trixie-security main contrib non-free
|
||||||
|
deb http://deb.debian.org/debian/ trixie-updates main contrib non-free
|
|
@ -5,6 +5,7 @@ supported_os = {
|
||||||
10: 'buster',
|
10: 'buster',
|
||||||
11: 'bullseye',
|
11: 'bullseye',
|
||||||
12: 'bookworm',
|
12: 'bookworm',
|
||||||
|
13: 'trixie',
|
||||||
99: 'unstable',
|
99: 'unstable',
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
|
@ -71,6 +71,10 @@ groups['debian-bookworm'] = {
|
||||||
'os_version': (12,)
|
'os_version': (12,)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
groups['debian-trixie'] = {
|
||||||
|
'os_version': (13,)
|
||||||
|
}
|
||||||
|
|
||||||
groups['debian-sid'] = {
|
groups['debian-sid'] = {
|
||||||
'os_version': (99,)
|
'os_version': (99,)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue