mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 06:01:15 +00:00
Merge pull request #24978 from zraexy/zraexy-grub
grub module: fix efiInstallAsRemovable description
This commit is contained in:
commit
6e63f41081
|
@ -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