N0VA pushed to testing at Iridium/installer 2026-02-03 21:32:53 +01:00
e611f174be Update os_install.py
N0VA pushed to testing at Iridium/installer 2026-02-03 21:31:22 +01:00
b70ff549a7 Update partitioning.py
N0VA pushed to testing at Iridium/installer 2026-02-03 21:30:38 +01:00
bb31814233 Update partitioning.py
N0VA pushed to testing at Iridium/installer 2026-02-03 21:24:33 +01:00
00ba6e5c89 feat: verbose installation logs, improved auto-partitioning logic, and UI tweaks
N0VA pushed to testing at Iridium/installer 2026-02-03 21:06:26 +01:00
7d43b82ce1 fix(ui): reorder partition dialog, fix mount point selection, add threaded install with logs
N0VA pushed to testing at Iridium/installer 2026-02-03 20:57:38 +01:00
af86d357a4 fix(ui): correct mount point selection pre-fill and simplify partition creation dialog
N0VA pushed to testing at Iridium/installer 2026-02-03 20:49:45 +01:00
848b2e7e74 fix: mount pseudo-fs during install, simplify partitioning, and add mount point config
N0VA pushed to testing at Iridium/installer 2026-02-03 20:29:05 +01:00
dc417d15d3 fix(backend): use host config for dnf install to resolve repos
N0VA pushed to testing at Iridium/installer 2026-02-03 20:19:32 +01:00
7a8e8ccbed fix(partitioning): avoid alignment errors by using fill-gap logic for full space
N0VA pushed to testing at Iridium/installer 2026-02-03 20:03:26 +01:00
7371da2451 fix(backend): improve partition creation robustness and formatting
N0VA pushed to testing at Iridium/installer 2026-02-03 19:53:55 +01:00
9f5bade34c feat(partitioning): support fat32 and add validation for system partition name
N0VA pushed to testing at Iridium/installer 2026-02-03 19:49:56 +01:00
11fca148be fix(ui): handle NoneType fstype and remove duplicate code in partitioning page
N0VA pushed to testing at Iridium/installer 2026-02-03 18:13:06 +01:00
b7a049d86f fix(ui): correct Gtk.Button instantiation in partitioning page
N0VA pushed to testing at Iridium/installer 2026-02-03 17:23:22 +01:00
2676da751b Fix PartitioningPage being stuck on detecting due to duplicate function
N0VA pushed to testing at Iridium/installer 2026-02-03 17:07:47 +01:00
22e1fa8f62 Implement manual partition management (create/delete/mountpoints)
N0VA pushed to testing at Iridium/installer 2026-02-03 17:01:37 +01:00
efe25f3e11 Ensure disk device path has /dev/ prefix
N0VA pushed to testing at Iridium/installer 2026-02-03 16:43:22 +01:00
2f9338af0a Fix logic error in page transitions
N0VA pushed to testing at Iridium/installer 2026-02-03 16:34:39 +01:00
33d989cfad Hook up GUI Install button to backend logic
N0VA pushed to testing at Iridium/installer 2026-02-03 16:28:57 +01:00
2377b0269a Implement minimal OS and Bootloader installation logic
N0VA pushed to testing at Iridium/installer 2026-02-03 16:26:14 +01:00
3c4870b104 Implement basic partitioning backend and CLI interface