Revert "grub module: fix efiInstallAsRemovable description"

This reverts commit c2b56626f1.
It broke creating the manual.  I suspect the descriptions are
auto-wrapped by <para> and </para>.

We've been through this already in 3af715af90.
/cc #24978, @zraexy, @Mic92.
This commit is contained in:
Vladimír Čunát 2017-04-18 14:21:48 +02:00
parent 7643c7c8cc
commit 91ad6b3597
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA

View file

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