mirror of https://git.48k.eu/ogclient
utils: bcd: update logging related to BCD updates with MBR partition
MBR requires manual bcdedit invocation to generalize image before creation. Report via logging that no BCD update occurs.master
parent
8839950758
commit
4b62b80be7
|
@ -189,7 +189,7 @@ def update_bcd(disk, part):
|
|||
bcd_path = f'{mountpoint}/EFI/{_bootlabel}/Boot/BCD'
|
||||
boot_part_id = get_partition_id(disk, _esp_part_number)
|
||||
else:
|
||||
logging.info(f'MBR system detected! BCD modification not implemented')
|
||||
logging.info(f'MBR system detected, skipping BCD update')
|
||||
return
|
||||
|
||||
try:
|
||||
|
|
Loading…
Reference in New Issue