i forgot to mention, it works better with nesting enabled however the main functionality should work without it (helps clear some errors in journal and possibly fixes some weird behavior)
On Thu, Oct 31, 2019 at 04:45:05PM +0100, Oguz Bektas wrote: > From: Thomas Lamprecht <t.lampre...@proxmox.com> > > tested by installing fedora 30 and using dnf-system-upgrade to get > version 31. > > Signed-off-by: Thomas Lamprecht <t.lampre...@proxmox.com> > (cherry picked from commit 5a973aa68f1d0d5a19b1337094ab3f7cb74453a0) > Signed-off-by: Oguz Bektas <o.bek...@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 b64dbe2..bb4d7aa 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 <= > 30); > + die "unsupported fedora release\n" if !($version >= 22 && $version <= > 32); > > my $self = { conf => $conf, rootdir => $rootdir, version => $version }; > > -- > 2.20.1 > > _______________________________________________ pve-devel mailing list pve-devel@pve.proxmox.com https://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel