diff --git a/src/modules/bootloader/bootloader.conf b/src/modules/bootloader/bootloader.conf index 7a160c053..bc1d59696 100644 --- a/src/modules/bootloader/bootloader.conf +++ b/src/modules/bootloader/bootloader.conf @@ -9,8 +9,8 @@ kernel: "/vmlinuz-linux" img: "/initramfs-linux.img" fallback: "/initramfs-linux-fallback.img" timeout: "10" -# Optionally set the menu entry name and kenrnel namesto use in Gummiboot. -# If not specified here, this setting will be taken from branding.desc. +# Optionally set the menu entry name and kernel name to use in Gummiboot. +# If not specified here, these settings will be taken from branding.desc. # bootloaderEntryName: "Generic GNU/Linux" # kernelLine: ", with Stable-Kernel" # fallbackKernelLine: ", with Stable-Kernel (fallback initramfs)"