[pve-devel] [PATCH container] allow fedora 29

David Limbeck d.limbeck at proxmox.com
Fri Nov 9 13:53:30 CET 2018


tested start/stop of container as well as ipv4 and ipv6 static addresses

Signed-off-by: David Limbeck <d.limbeck at proxmox.com>
---
 src/PVE/LXC/Setup/Fedora.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/PVE/LXC/Setup/Fedora.pm b/src/PVE/LXC/Setup/Fedora.pm
index 5262347..ed2476b 100644
--- a/src/PVE/LXC/Setup/Fedora.pm
+++ b/src/PVE/LXC/Setup/Fedora.pm
@@ -11,7 +11,7 @@ sub new {
     my ($class, $conf, $rootdir, $os_release) = @_;
 
     my $version = $os_release->{VERSION_ID};
-    die "unsupported fedora release\n" if !($version >= 22 && $version <= 28);
+    die "unsupported fedora release\n" if !($version >= 22 && $version <= 29);
 
     my $self = { conf => $conf, rootdir => $rootdir, version => $version };
 
-- 
2.11.0





More information about the pve-devel mailing list