From 3eec58d08daa750eda1ef39eef744c148f6289a3 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Thu, 8 Jul 2021 09:52:58 +0200 Subject: [PATCH] grub wrapper: log on ignore Signed-off-by: Thomas Lamprecht --- bin/grub-install-wrapper | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/grub-install-wrapper b/bin/grub-install-wrapper index 2bdd996..2bcd93d 100755 --- a/bin/grub-install-wrapper +++ b/bin/grub-install-wrapper @@ -28,6 +28,7 @@ if proxmox-boot-tool status --quiet; then touch "$MARKER_FILE" exit 0 else + echo "Proxmox boot-tool marker file found, ignoring grub install call." exit 0 fi fi