fix(os): Specify maintenance instructions for UEFI/BIOS (#5)
This commit is contained in:
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 load-key -L prompt zpool
|
||||||
zfs mount zpool/root/archlinux
|
zfs mount zpool/root/archlinux
|
||||||
zfs mount -a
|
zfs mount -a
|
||||||
|
|
||||||
|
# UEFI system ...
|
||||||
mount /dev/sda1 /mnt/efi
|
mount /dev/sda1 /mnt/efi
|
||||||
|
|
||||||
|
# ... or legacy BIOS system
|
||||||
|
mount /dev/sda1 /mnt/boot/syslinux
|
||||||
|
|
||||||
arch-chroot /mnt /bin/bash
|
arch-chroot /mnt /bin/bash
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user