Merge pull request #24978 from zraexy/zraexy-grub

grub module: fix efiInstallAsRemovable description
This commit is contained in:
Jörg Thalheim 2017-04-18 01:10:31 +02:00 committed by GitHub
commit 6e63f41081

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