[pve-devel] [PATCH pve-container stable-5 1/1] Fix: CentOS 8 cannot start after Update & Upgrade PVE-5.4
Moayad Almalat
m.almalat at proxmox.com
Mon Mar 2 15:51:09 CET 2020
Signed-off-by: Moayad Almalat <m.almalat at proxmox.com>
---
src/PVE/LXC/Setup/CentOS.pm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/PVE/LXC/Setup/CentOS.pm b/src/PVE/LXC/Setup/CentOS.pm
index cc4c5bb..34430ff 100644
--- a/src/PVE/LXC/Setup/CentOS.pm
+++ b/src/PVE/LXC/Setup/CentOS.pm
@@ -20,7 +20,7 @@ sub new {
my $version;
if ($release =~ m/release\s+(\d+\.\d+)(\.\d+)?/) {
- if ($1 >= 5 && $1 <= 8) {
+ if ($1 >= 5 && $1 <= 8.1) {
$version = $1;
}
}
--
2.20.1
More information about the pve-devel
mailing list