BOARD: allow FileSystem change for every present type (#175)

* BOARD: firstboot: use while loops instead of sleep

* BOARD: main: run `firstboot` simply in subshell

* firstboot: add SWAP label

* firstboot: allow to redo FS change for every type

* firsboot: rm roundup in BOOT_SIZE of gpt align

* firsboot: FAT32 is in fact vfat type

* add logs for parted cmd in p5 resize - also output LICENSE sign info

* add `FIRSTBOOT=1` opt to rerun flashing wizard
This commit is contained in:
Apaczer
2025-06-08 22:06:39 +02:00
committed by GitHub
parent 9cb29fcc0c
commit ba175a94f3
3 changed files with 161 additions and 63 deletions

View File

@@ -2,6 +2,7 @@ MODULES_CUSTOM=0
DEBUG=0
DEBUG_GMENU2X=0
DEBUG_UMTPR=0
FIRSTBOOT=0
FS_CHECK=1
BOOT_LOGO=1
FLIP= (put 0 or 1 to overwrite)