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