mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user