mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-02 17:09:09 +03:00
fix 2 xml errors in the description of boot.loader.grub.efiInstallAsRemovable
This commit is contained in:
parent
1eb9fe3696
commit
656cc3acaf
@ -361,7 +361,7 @@ in
|
|||||||
example = true;
|
example = true;
|
||||||
type = types.bool;
|
type = types.bool;
|
||||||
description = ''
|
description = ''
|
||||||
Whether to invoke <literal>grub-install</literal> with
|
<para>Whether to invoke <literal>grub-install</literal> with
|
||||||
<literal>--removable</literal>.</para>
|
<literal>--removable</literal>.</para>
|
||||||
|
|
||||||
<para>Unless you turn this on, GRUB will install itself somewhere in
|
<para>Unless you turn this on, GRUB will install itself somewhere in
|
||||||
@ -391,6 +391,7 @@ in
|
|||||||
<listitem><para>You simply dislike the idea of depending on NVRAM
|
<listitem><para>You simply dislike the idea of depending on NVRAM
|
||||||
state to make your drive bootable</para></listitem>
|
state to make your drive bootable</para></listitem>
|
||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
|
</para>
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user