summary refs log tree commit diff
path: root/nixos/modules/system/boot/loader/grub
diff options
context:
space:
mode:
authormichael bishop <cleverca22@gmail.com>2016-12-16 15:19:14 -0400
committerJörg Thalheim <joerg@higgsboson.tk>2016-12-16 20:39:40 +0100
commit656cc3acafcb30e3503f4d3e39694ca996c66015 (patch)
treea86f6a06b4e1d74b287af80ad4d9d939a7eb045e /nixos/modules/system/boot/loader/grub
parent1eb9fe36962e5b198f8e4bc0c0c4268e1599a382 (diff)
downloadnixlib-656cc3acafcb30e3503f4d3e39694ca996c66015.tar
nixlib-656cc3acafcb30e3503f4d3e39694ca996c66015.tar.gz
nixlib-656cc3acafcb30e3503f4d3e39694ca996c66015.tar.bz2
nixlib-656cc3acafcb30e3503f4d3e39694ca996c66015.tar.lz
nixlib-656cc3acafcb30e3503f4d3e39694ca996c66015.tar.xz
nixlib-656cc3acafcb30e3503f4d3e39694ca996c66015.tar.zst
nixlib-656cc3acafcb30e3503f4d3e39694ca996c66015.zip
fix 2 xml errors in the description of boot.loader.grub.efiInstallAsRemovable
Diffstat (limited to 'nixos/modules/system/boot/loader/grub')
-rw-r--r--nixos/modules/system/boot/loader/grub/grub.nix3
1 files changed, 2 insertions, 1 deletions
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 <literal>grub-install</literal> with
+          <para>Whether to invoke <literal>grub-install</literal> with
           <literal>--removable</literal>.</para>
 
           <para>Unless you turn this on, GRUB will install itself somewhere in
@@ -391,6 +391,7 @@ in
             <listitem><para>You simply dislike the idea of depending on NVRAM
             state to make your drive bootable</para></listitem>
           </itemizedlist>
+          </para>
         '';
       };