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

@@ -110,7 +110,7 @@ System Configuration
INST_UUID=$INST_UUID
INST_ID=$INST_ID
INST_VDEV=$INST_VDEV
DISK=$DISK" > /mnt/root/chroot
DISK=\"$DISK\"" > /mnt/root/chroot
arch-chroot /mnt bash --login
#. Source variables::

View File

@@ -33,6 +33,9 @@ for pacman integration::
exit
rm /etc/sudoers.d/00_nobody
If multi-disk setup is used, enable multi-disk
support inside ``/etc/bieaz.cfg``.
Supply password with SSH
~~~~~~~~~~~~~~~~~~~~~~~~