From 91ad6b35970b1378ac99de209b4ec48318704b07 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20=C4=8Cun=C3=A1t?= Date: Tue, 18 Apr 2017 14:21:48 +0200 Subject: [PATCH] Revert "grub module: fix efiInstallAsRemovable description" This reverts commit c2b56626f1a872d06642777193b72d6473c8b97c. It broke creating the manual. I suspect the descriptions are auto-wrapped by and . We've been through this already in 3af715af90. /cc #24978, @zraexy, @Mic92. --- nixos/modules/system/boot/loader/grub/grub.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nixos/modules/system/boot/loader/grub/grub.nix b/nixos/modules/system/boot/loader/grub/grub.nix index c02956bf8c8..2d6bf2d58a9 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 - + ''; };