From 3a4f92c856539b51ad7fa48bcd8310bbdae38bfd Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Wed, 10 Apr 2024 12:07:00 +0200 Subject: [PATCH] update comment --- usr/lib/archboot/installer/mountpoints.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr/lib/archboot/installer/mountpoints.sh b/usr/lib/archboot/installer/mountpoints.sh index d8c74b351..4c4dcf462 100644 --- a/usr/lib/archboot/installer/mountpoints.sh +++ b/usr/lib/archboot/installer/mountpoints.sh @@ -548,8 +548,8 @@ _mkfs() { # /boot or /efi as ESP: c12a7328-f81f-11d2-ba4b-00a0c93ec93b # /boot as Extended Boot Loader Partition: bc13c2ff-59e6-4262-a352-b275fd6f7172 # only as vfat supported by auto-generator! - ### limine and refind do not support this! STATUS on 10.04.2024 - ### grub and systemd-boot work! + ### TODO: limine and refind do not support this! STATUS on 10.04.2024 + # grub and systemd-boot work! # "${_GUID_VALUE}" == "c12a7328-f81f-11d2-ba4b-00a0c93ec93b" && "${5}" == "/efi" # "${_GUID_VALUE}" == "c12a7328-f81f-11d2-ba4b-00a0c93ec93b" && "${5}" == "/boot" # "${_GUID_VALUE}" == "bc13c2ff-59e6-4262-a352-b275fd6f7172" && "${5}" == "/boot" && "${2}" == "vfat"