From fe590092afe3cc8aaf824f40f47e606edf19600c Mon Sep 17 00:00:00 2001 From: desertwitch <24509509+desertwitch@users.noreply.github.com> Date: Tue, 18 Nov 2025 11:18:27 +0100 Subject: [PATCH] fix(iso9660): default path adapted for clarity Signed-off-by: desertwitch <24509509+desertwitch@users.noreply.github.com> --- fs/iso9660/Config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/iso9660/Config.in b/fs/iso9660/Config.in index d32d86f42d..8bd5ba292f 100644 --- a/fs/iso9660/Config.in +++ b/fs/iso9660/Config.in @@ -103,7 +103,7 @@ config BR2_TARGET_ROOTFS_ISO9660_GRUB2_EFI_IDENT_FILE string "Grub2 identification file (EFI)" depends on (BR2_TARGET_ROOTFS_ISO9660_GRUB2 || BR2_TARGET_ROOTFS_ISO9660_BOTH) \ && BR2_TARGET_ROOTFS_ISO9660_EFI_BOOTLOADER - default "buildroot" + default "/buildroot" help Use this option to provide a custom name for the identification file that is added to the ISO9660 filesystem, so the EFI bootloader