From c2b56626f1a872d06642777193b72d6473c8b97c Mon Sep 17 00:00:00 2001 From: zraexy Date: Mon, 17 Apr 2017 14:36:42 -0800 Subject: grub module: fix efiInstallAsRemovable description --- nixos/modules/system/boot/loader/grub/grub.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'nixos/modules/system') diff --git a/nixos/modules/system/boot/loader/grub/grub.nix b/nixos/modules/system/boot/loader/grub/grub.nix index 2d6bf2d58a9..c02956bf8c8 100644 --- a/nixos/modules/system/boot/loader/grub/grub.nix +++ b/nixos/modules/system/boot/loader/grub/grub.nix @@ -383,7 +383,7 @@ in default = false; 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 @@ -412,7 +412,7 @@ in the NVRAM state of the computer (like a USB "removable" drive) You simply dislike the idea of depending on NVRAM state to make your drive bootable - + ''; }; -- cgit 1.4.1