Automatic usernames

This commit is contained in:
2026-02-02 15:20:23 +01:00
parent 658040c138
commit 2c7b9c5b1f
2 changed files with 68 additions and 10 deletions

View File

@@ -158,6 +158,8 @@ class InstallerWindow(Adw.ApplicationWindow):
print(f"Mode: {mode}")
modules = self.modules_page.get_modules()
print(f"Modules: {modules}")
user_info = self.user_page.get_user_info()
print(f"User: {user_info}")
partitions_config = {}
if mode == "manual":