Redo backend installer logic to support BIOS/MBR boot on older devices and switch to GRUB2

This commit is contained in:
2026-02-09 15:02:14 +01:00
parent b37fc8d060
commit e8a2f7aaa9
7 changed files with 187 additions and 202 deletions

2
run.sh
View File

@@ -29,7 +29,7 @@ fi
# Check and install dependencies (Fedora/DNF)
if command -v dnf &> /dev/null; then
DEPENDENCIES="python3-gobject gtk4 libadwaita python3-requests gdisk dosfstools e2fsprogs"
DEPENDENCIES="python3-gobject gtk4 libadwaita python3-requests gdisk dosfstools e2fsprogs parted grub2-tools openssl"
MISSING_DEPS=""
for dep in $DEPENDENCIES; do