forked from mirrors/nixpkgs
grub module: fix efiInstallAsRemovable description
This commit is contained in:
parent
f0b634c7e8
commit
c2b56626f1
|
@ -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>
|
||||
'';
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue