Redo backend installer logic to support BIOS/MBR boot on older devices and switch to GRUB2
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user