fix(os): Specify maintenance instructions for UEFI/BIOS ()

This commit is contained in:
hygienic-books 2023-10-26 03:02:34 +02:00
parent 61c220afd7
commit 5f98a971ec

@ -452,7 +452,13 @@ zpool import zpool -d /dev/disk/by-partuuid -R /mnt -f -N
zfs load-key -L prompt zpool
zfs mount zpool/root/archlinux
zfs mount -a
# UEFI system ...
mount /dev/sda1 /mnt/efi
# ... or legacy BIOS system
mount /dev/sda1 /mnt/boot/syslinux
arch-chroot /mnt /bin/bash
```