1-get-initial-setup-working #2
2
setup.sh
2
setup.sh
@ -58,7 +58,7 @@ function get_parts () {
|
|||||||
zfs_install_drive="${2:-}"
|
zfs_install_drive="${2:-}"
|
||||||
case "${parttype}" in
|
case "${parttype}" in
|
||||||
zfs)
|
zfs)
|
||||||
parts="$(get_partitions | jq --raw-output '.[][] | select(.children | length > 0) | select(.children[].parttype=="6a85cf4d-1dd2-11b2-99a6-080020736631") | .children[].path')" || exit 1
|
parts="$(get_partitions | jq --raw-output '.[][] | select(.children | length > 0) | .children[] | select(.parttype=="6a85cf4d-1dd2-11b2-99a6-080020736631") | .path')" || exit 1
|
||||||
;;
|
;;
|
||||||
efi)
|
efi)
|
||||||
parts="$(get_partitions | jq --raw-output '.[][] | select(.children | length > 0) | select(.children[].path=="'"${zfs_install_drive:?}"'") | .children[] | select(.parttype=="c12a7328-f81f-11d2-ba4b-00a0c93ec93b") | .path')" || exit 1
|
parts="$(get_partitions | jq --raw-output '.[][] | select(.children | length > 0) | select(.children[].path=="'"${zfs_install_drive:?}"'") | .children[] | select(.parttype=="c12a7328-f81f-11d2-ba4b-00a0c93ec93b") | .path')" || exit 1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user