1-get-initial-setup-working #2
2
setup.sh
2
setup.sh
@ -212,7 +212,7 @@ function mount_system () {
|
|||||||
zfs mount "${zpool_name}"'/root/'"${zfs_arch_dataset_name}"
|
zfs mount "${zpool_name}"'/root/'"${zfs_arch_dataset_name}"
|
||||||
zfs mount -a
|
zfs mount -a
|
||||||
|
|
||||||
local efi_part="$(select_part 'efi' "${zpool_drive:?})"
|
local efi_part="$(select_part 'efi' "${zpool_drive:?}")"
|
||||||
mkdir -p '/mnt/efi'
|
mkdir -p '/mnt/efi'
|
||||||
mount "${efi_part}" '/mnt/efi'
|
mount "${efi_part}" '/mnt/efi'
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user