]> git.proxmox.com Git - pve-kernel-meta.git/commitdiff
zz-pve-efiboot: remove outdated comments
authorStoiko Ivanov <s.ivanov@proxmox.com>
Wed, 10 Jul 2019 15:05:01 +0000 (17:05 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 10 Jul 2019 18:17:53 +0000 (20:17 +0200)
efiboot/zz-pve-efiboot

index b5e03b55386c5c46297056578446899046b4194f..ad78caf6011965deb497aaaf380826b08bc86796 100755 (executable)
@@ -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