Send logs as file, create sudoer user, and improve bootloader reliability
This commit is contained in:
@@ -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",
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user