[pve-devel] [PATCH kernel-meta 05/13] zz-pve-efiboot: remove unmount warning
Fabian Grünbichler
f.gruenbichler at proxmox.com
Wed Jul 10 17:05:03 CEST 2019
From: Stoiko Ivanov <s.ivanov at proxmox.com>
it is printed everytime (also on clean exit) and distracting
---
efiboot/zz-pve-efiboot | 1 -
1 file changed, 1 deletion(-)
diff --git a/efiboot/zz-pve-efiboot b/efiboot/zz-pve-efiboot
index 1ba0538..8d5d625 100755
--- a/efiboot/zz-pve-efiboot
+++ b/efiboot/zz-pve-efiboot
@@ -20,7 +20,6 @@ fi
cleanup() {
- warn "unmounting ESPs"
for mount in "${MOUNTROOT}"/* ; do
if echo "${mount}" | grep -qE '[0-9a-fA-F]{4}-[0-9a-fA-F]{4}' && \
mountpoint -q "${mount}"; then
--
2.20.1
More information about the pve-devel
mailing list