fix(iso): Find zfs partition on legacy BIOS machine (#7)
This commit is contained in:
parent
d685431684
commit
615b8c0e95
4
setup.sh
4
setup.sh
@ -194,11 +194,15 @@ function select_part () {
|
|||||||
part_type="${1:?}" # 'boot' or 'zfs'
|
part_type="${1:?}" # 'boot' or 'zfs'
|
||||||
zfs_install_drive="${2:-}"
|
zfs_install_drive="${2:-}"
|
||||||
|
|
||||||
|
if [[ "${part_type}" = 'boot' ]]; then
|
||||||
if [[ "${part_schema}" = 'mbr' ]]; then
|
if [[ "${part_schema}" = 'mbr' ]]; then
|
||||||
specific_part_type='boot'
|
specific_part_type='boot'
|
||||||
else
|
else
|
||||||
specific_part_type='efi'
|
specific_part_type='efi'
|
||||||
fi
|
fi
|
||||||
|
else
|
||||||
|
specific_part_type="${part_type}"
|
||||||
|
fi
|
||||||
|
|
||||||
if [[ "${zfs_install_drive}" ]]; then
|
if [[ "${zfs_install_drive}" ]]; then
|
||||||
# This is intended to find correct boot/EFI partition
|
# This is intended to find correct boot/EFI partition
|
||||||
|
Loading…
x
Reference in New Issue
Block a user