summary refs log tree commit diff
path: root/nixos/modules/system/boot/loader/grub/grub.nix
diff options
context:
space:
mode:
authorVladimír Čunát <vcunat@gmail.com>2017-04-18 14:21:48 +0200
committerVladimír Čunát <vcunat@gmail.com>2017-04-18 14:26:36 +0200
commit91ad6b35970b1378ac99de209b4ec48318704b07 (patch)
tree81ddbdd490112c895dc351ca756e723717dd6ac0 /nixos/modules/system/boot/loader/grub/grub.nix
parent7643c7c8cc72e605ec2948c85ac3fee121f6997b (diff)
downloadnixlib-91ad6b35970b1378ac99de209b4ec48318704b07.tar
nixlib-91ad6b35970b1378ac99de209b4ec48318704b07.tar.gz
nixlib-91ad6b35970b1378ac99de209b4ec48318704b07.tar.bz2
nixlib-91ad6b35970b1378ac99de209b4ec48318704b07.tar.lz
nixlib-91ad6b35970b1378ac99de209b4ec48318704b07.tar.xz
nixlib-91ad6b35970b1378ac99de209b4ec48318704b07.tar.zst
nixlib-91ad6b35970b1378ac99de209b4ec48318704b07.zip
Revert "grub module: fix efiInstallAsRemovable description"
This reverts commit c2b56626f1a872d06642777193b72d6473c8b97c.
It broke creating the manual.  I suspect the descriptions are
auto-wrapped by <para> and </para>.

We've been through this already in 3af715af90.
/cc #24978, @zraexy, @Mic92.
Diffstat (limited to 'nixos/modules/system/boot/loader/grub/grub.nix')
-rw-r--r--nixos/modules/system/boot/loader/grub/grub.nix4
1 files 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 c02956bf8c87..2d6bf2d58a9e 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 = ''
-          <para>Whether to invoke <literal>grub-install</literal> with
+          Whether to invoke <literal>grub-install</literal> with
           <literal>--removable</literal>.</para>
 
           <para>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)</para></listitem>
             <listitem><para>You simply dislike the idea of depending on NVRAM
             state to make your drive bootable</para></listitem>
-          </itemizedlist></para>
+          </itemizedlist>
         '';
       };