From 903e77a908a3398d0e5ea6554629324233e028c7 Mon Sep 17 00:00:00 2001 From: Adriaan de Groot Date: Tue, 6 Mar 2018 07:11:10 -0500 Subject: [PATCH] [bootloader] Adjust documentation --- src/modules/bootloader/bootloader.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/modules/bootloader/bootloader.conf b/src/modules/bootloader/bootloader.conf index 579e53929..3c6120542 100644 --- a/src/modules/bootloader/bootloader.conf +++ b/src/modules/bootloader/bootloader.conf @@ -32,8 +32,8 @@ grubCfg: "/boot/grub/grub.cfg" # # The ID is also used as a directory name within the EFI environment, # and the bootloader is copied from /boot/efi/EFI// . When -# setting the option here, take care to use only valid directory -# names since no sanitizing is done. +# setting the option here, keep in mind that the name is sanitized +# (problematic characters, see above, are replaced). # # efiBootloaderId: "dirname"