fix GUID on BIOS

This commit is contained in:
Tobias Powalowski 2023-02-03 13:40:56 +01:00
parent a82b41ad54
commit 95510df887

View file

@ -953,9 +953,9 @@ _install_bootloader_uefi() {
_install_bootloader() {
_S_BOOTLOADER=""
_set_guid || return 1
_destdir_mounts || return 1
# switch for mbr usage
_set_guid || return 1
if [[ -z "${_NAME_SCHEME_PARAMETER_RUN}" ]]; then
_set_device_name_scheme || return 1
fi