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

@@ -328,7 +328,7 @@ class InstallerWindow(Adw.ApplicationWindow):
f"Session: {self.session_id} - Configuring bootloader and user",
"installer",
)
configure_system(mount_root, parts, user_info)
configure_system(mount_root, parts, user_info, disk_device=disk)
nlog(
"INSTALL_PROGRESS",
f"Session: {self.session_id} - Configuration complete",