Skip to content

Commit

Permalink
Revert "grub module: fix efiInstallAsRemovable description"
Browse files Browse the repository at this point in the history
This reverts commit c2b5662.
It broke creating the manual.  I suspect the descriptions are
auto-wrapped by <para> and </para>.

We've been through this already in 3af715a.
/cc #24978, @zraexy, @Mic92.
  • Loading branch information
vcunat committed Apr 18, 2017
1 parent 7643c7c commit 91ad6b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nixos/modules/system/boot/loader/grub/grub.nix
Expand Up @@ -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
Expand Down Expand Up @@ -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>
'';
};

Expand Down

0 comments on commit 91ad6b3

Please sign in to comment.