grub module: fix efiInstallAsRemovable description

This commit is contained in:
zraexy 2017-04-17 14:36:42 -08:00
parent f0b634c7e8
commit c2b56626f1

View file

@ -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
@ -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>
'';
};