* [pve-devel] [PATCH container] setup: add kali-rolling in supported releases
@ 2020-09-01 10:44 Oguz Bektas
2020-09-09 19:08 ` [pve-devel] applied: " Thomas Lamprecht
0 siblings, 1 reply; 2+ messages in thread
From: Oguz Bektas @ 2020-09-01 10:44 UTC (permalink / raw)
To: pve-devel
for our setup purposes, it's the same as bullseye since it's following a
rolling release model.
Signed-off-by: Oguz Bektas <o.bektas@proxmox.com>
---
src/PVE/LXC/Setup/Debian.pm | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/PVE/LXC/Setup/Debian.pm b/src/PVE/LXC/Setup/Debian.pm
index 13a2d55..0cb01c4 100644
--- a/src/PVE/LXC/Setup/Debian.pm
+++ b/src/PVE/LXC/Setup/Debian.pm
@@ -23,6 +23,7 @@ sub new {
$version = 9.1 if $version eq 'stretch/sid';
$version = 10 if $version eq 'buster/sid';
$version = 11 if $version eq 'bullseye/sid';
+ $version = 11 if $version eq 'kali-rolling';
die "unable to parse version info '$version'\n"
if $version !~ m/^(\d+(\.\d+)?)(\.\d+)?/;
--
2.20.1
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-09-09 19:08 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-01 10:44 [pve-devel] [PATCH container] setup: add kali-rolling in supported releases Oguz Bektas
2020-09-09 19:08 ` [pve-devel] applied: " Thomas Lamprecht
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox