From 656cc3acafcb30e3503f4d3e39694ca996c66015 Mon Sep 17 00:00:00 2001 From: michael bishop Date: Fri, 16 Dec 2016 15:19:14 -0400 Subject: [PATCH] fix 2 xml errors in the description of boot.loader.grub.efiInstallAsRemovable --- nixos/modules/system/boot/loader/grub/grub.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nixos/modules/system/boot/loader/grub/grub.nix b/nixos/modules/system/boot/loader/grub/grub.nix index 294fc1988e9f..b5bb26fb8d20 100644 --- a/nixos/modules/system/boot/loader/grub/grub.nix +++ b/nixos/modules/system/boot/loader/grub/grub.nix @@ -361,7 +361,7 @@ in example = true; type = types.bool; description = '' - Whether to invoke grub-install with + Whether to invoke grub-install with --removable. Unless you turn this on, GRUB will install itself somewhere in @@ -391,6 +391,7 @@ in You simply dislike the idea of depending on NVRAM state to make your drive bootable + ''; };