Redo backend installer logic to support BIOS/MBR boot on older devices and switch to GRUB2

This commit is contained in:
2026-02-09 15:02:14 +01:00
parent b37fc8d060
commit e8a2f7aaa9
7 changed files with 187 additions and 202 deletions

View File

@@ -64,7 +64,7 @@ def main():
"password": "password", # Insecure default for CLI dev testing
"hostname": "iridium-cli"
}
configure_system(mount_root, parts, user_info)
configure_system(mount_root, parts, user_info, disk_device=target)
logger.info("INSTALLER_BOOTLOADER_COMPLETE: Bootloader configured")
print("Installation complete! You can now reboot.")