public inbox for pve-devel@lists.proxmox.com
 help / color / mirror / Atom feed
* [pve-devel] [PATCH container] fix #6731: setup/suse: add support for openSUSE Leap 16.0
@ 2025-11-11 10:15 Filip Schauer
  2025-11-11 10:51 ` [pve-devel] applied: " Thomas Lamprecht
  0 siblings, 1 reply; 2+ messages in thread
From: Filip Schauer @ 2025-11-11 10:15 UTC (permalink / raw)
  To: pve-devel

Signed-off-by: Filip Schauer <f.schauer@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



_______________________________________________
pve-devel mailing list
pve-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel


^ permalink raw reply	[flat|nested] 2+ messages in thread

* [pve-devel] applied: [PATCH container] fix #6731: setup/suse: add support for openSUSE Leap 16.0
  2025-11-11 10:15 [pve-devel] [PATCH container] fix #6731: setup/suse: add support for openSUSE Leap 16.0 Filip Schauer
@ 2025-11-11 10:51 ` Thomas Lamprecht
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Lamprecht @ 2025-11-11 10:51 UTC (permalink / raw)
  To: pve-devel, Filip Schauer

On Tue, 11 Nov 2025 11:15:06 +0100, Filip Schauer wrote:
> 


Applied, thanks!

[1/1] fix #6731: setup/suse: add support for openSUSE Leap 16.0
      commit: 56708b448add751086837925a5ee427c05d0935a


_______________________________________________
pve-devel mailing list
pve-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-11-11 10:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-11-11 10:15 [pve-devel] [PATCH container] fix #6731: setup/suse: add support for openSUSE Leap 16.0 Filip Schauer
2025-11-11 10:51 ` [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
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal