[pve-devel] [PATCH container] fix #6731: setup/suse: add support for openSUSE Leap 16.0

Filip Schauer f.schauer at proxmox.com
Tue Nov 11 11:15:06 CET 2025


Signed-off-by: Filip Schauer <f.schauer at proxmox.com>
---
 src/PVE/LXC/Setup/SUSE.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/PVE/LXC/Setup/SUSE.pm b/src/PVE/LXC/Setup/SUSE.pm
index 5f4334d..f217f97 100644
--- a/src/PVE/LXC/Setup/SUSE.pm
+++ b/src/PVE/LXC/Setup/SUSE.pm
@@ -21,7 +21,7 @@ sub new {
             # OK
         } elsif ($ostype eq 'sles' && $major == 12) {
             # OK - shares base with LEAP (42)
-        } elsif ($major == 15) {
+        } elsif ($major == 15 || $major == 16) {
             # OK for SLES and openSUSE Leap, see: https://lwn.net/Articles/720924/
         } else {
             die "unsupported suse release '$version'\n";
-- 
2.47.3





More information about the pve-devel mailing list