6-add-ssh-to-bootloader #20
@ -498,7 +498,12 @@ arch-chroot /mnt /bin/bash
|
|||||||
When done exit `chroot` and cleanly remove your work:
|
When done exit `chroot` and cleanly remove your work:
|
||||||
|
|
||||||
```
|
```
|
||||||
|
# UEFI system ...
|
||||||
umount /mnt/efi
|
umount /mnt/efi
|
||||||
|
|
||||||
|
# ... or legacy BIOS system
|
||||||
|
umount /mnt/boot/syslinux
|
||||||
|
|
||||||
zfs umount -a
|
zfs umount -a
|
||||||
zpool export zpool
|
zpool export zpool
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user