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
OpenGnSys Support Team 2024-08-27 12:34:58 +02:00
parent 8839950758
commit 4b62b80be7
1 changed files with 1 additions and 1 deletions

View File

@ -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: