grub module: fix efiInstallAsRemovable description

(cherry picked from commit c2b56626f1)
This commit is contained in:
zraexy
2017-04-17 14:36:42 -08:00
committed by Jörg Thalheim
parent 67c6638b08
commit 452f64cdff

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