Send logs as file, create sudoer user, and improve bootloader reliability

This commit is contained in:
2026-02-05 13:22:34 +01:00
parent bba28a6f77
commit 8bac02357c
4 changed files with 62 additions and 35 deletions

View File

@@ -306,13 +306,13 @@ class InstallerWindow(Adw.ApplicationWindow):
logging.info("Step 4: Configuration...")
nlog(
"INSTALL_PROGRESS",
f"Session: {self.session_id} - Configuring bootloader",
f"Session: {self.session_id} - Configuring bootloader and user",
"installer",
)
configure_system(mount_root, parts)
configure_system(mount_root, parts, user_info)
nlog(
"INSTALL_PROGRESS",
f"Session: {self.session_id} - Bootloader configuration complete",
f"Session: {self.session_id} - Configuration complete",
"installer",
)