Fedora & RHEL: fix slow loading mpt3sas.

Credit: @mdiepart from #282

Closes #282 #262

Fix variable export before chroot

Credit: @mdiepart from #282

remind user to enable multi-disk support

NixOS: handle installation failure wrt encrypted boot pool

Closes #279
Signed-off-by: Maurice Zhou <jasper@apvc.uk>
This commit is contained in:
Maurice Zhou
2022-03-18 19:53:06 +01:00
committed by George Melikov
parent c53d8efe03
commit 2aa4040743
7 changed files with 35 additions and 3 deletions

View File

@@ -36,6 +36,17 @@ of declaratively configuring the system.
users.users.root.initialHashedPassword = "${INST_ROOT_PASSWD}";
EOF
#. If boot pool encryption is used and installation fails with::
#mktemp: failed to create directory via template
#/mnt/tmp.coRUoqzl1P/initrd-secrets.XXXXXXXXXX: No such file or directory
#failed to create initrd secrets: No such file or directory
This is `a bug <https://github.com/NixOS/nixpkgs/issues/157989>`__.
Complete the installation by executing::
nixos-enter --root /mnt -- nixos-rebuild boot
System installation
~~~~~~~~~~~~~~~~~~~