Skip to content

Commit

Permalink
grub module: fix efiInstallAsRemovable description
Browse files Browse the repository at this point in the history
(cherry picked from commit c2b5662)
  • Loading branch information
zraexy authored and Mic92 committed Apr 17, 2017
1 parent 67c6638 commit 452f64c
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 = ''
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
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>
</itemizedlist></para>
'';
};

Expand Down

0 comments on commit 452f64c

Please sign in to comment.