3-xen-orchestra-install #4
2
setup.sh
2
setup.sh
@ -612,7 +612,7 @@ function get_disks_with_one_efipart () {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function add_zbm_to_efi () {
|
function add_zbm_to_efi () {
|
||||||
if ! efibootmgr | grep -Pi -- 'ZFSBootMenu'; then
|
if ! efibootmgr | grep -Piq -- 'ZFSBootMenu'; then
|
||||||
local efi_disks_list
|
local efi_disks_list
|
||||||
efi_disks_list="$(get_disks_with_one_efipart)"
|
efi_disks_list="$(get_disks_with_one_efipart)"
|
||||||
if grep -Piq -- '^'"${efi_drive}"'$' <<<"${efi_disks_list}"; then
|
if grep -Piq -- '^'"${efi_drive}"'$' <<<"${efi_disks_list}"; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user