[pve-devel] [PATCH kernel-meta 03/13] zz-pve-efiboot: remove outdated comments
Fabian Grünbichler
f.gruenbichler at proxmox.com
Wed Jul 10 17:05:01 CEST 2019
From: Stoiko Ivanov <s.ivanov at proxmox.com>
---
efiboot/zz-pve-efiboot | 8 --------
1 file changed, 8 deletions(-)
diff --git a/efiboot/zz-pve-efiboot b/efiboot/zz-pve-efiboot
index b5e03b5..ad78caf 100755
--- a/efiboot/zz-pve-efiboot
+++ b/efiboot/zz-pve-efiboot
@@ -10,16 +10,8 @@ PMX_ESP_DIR="EFI/proxmox"
MOUNTROOT="${TMPDIR:-/var/tmp}/espmounts"
-# TODO:
-# - no mount on /boot/efi - mount all available esps on /var/tmp/esp-UUID
-# and copy the stuff for all of them (or copy onto first and sync for the
-# others - or don't copy if unchanged
-# - trap error-conditions and make sure stuff gets unmounted
# - cleanup - gently delete all kernels not in kernel-keep-list
-#[ -f "${LOADERDIR}/loader.conf" ] || exit 0
-#[ -d "${ESPMOUNT}/${PMX_ESP_DIR}" ] || exit 0
-
if command -V systemd-detect-virt >/dev/null 2>&1 &&
systemd-detect-virt --quiet --container; then
exit 0
--
2.20.1
More information about the pve-devel
mailing list