Merge pull request #38263 from lopsided98/grub-initrd-secrets

grub: support initrd secrets
This commit is contained in:
Joachim F
2018-06-06 19:05:54 +00:00
committed by GitHub
3 changed files with 31 additions and 28 deletions
@@ -121,6 +121,15 @@ $ nix-instantiate -E '(import <nixpkgsunstable> {}).gitFull'
<literal>gnucash24</literal>.
</para>
</listitem>
<listitem>
<para>
The GRUB specific option <option>boot.loader.grub.extraInitrd</option>
has been replaced with the generic option
<option>boot.initrd.secrets</option>. This option creates a secondary
initrd from the specified files, rather than using a manually created
initrd file.
</para>
</listitem>
</itemizedlist>
</section>