proxmox-update.py aktualisiert
This commit is contained in:
+1
-2
@@ -181,8 +181,7 @@ def get_running_kernel():
|
||||
])
|
||||
|
||||
|
||||
KERNEL_PKG_PATTERN = re.compile(r"^proxmox-kernel-([0-9][^\s]*?)(-signed)?$")
|
||||
|
||||
KERNEL_PKG_PATTERN = re.compile(r"^(?:pve-kernel|proxmox-kernel)-([0-9][^\s]*?)(?:-signed)?$")
|
||||
|
||||
def _query_kernel_packages():
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user