2Shirt / WizardKit

MIT License
0 stars 0 forks source link

Save boot partition info in build-ufd #176

Closed 2Shirt closed 2 years ago

2Shirt commented 3 years ago
Idea for updating WK UFDs while preserving the boot partition info
  - During a standard build track partition boot info and save to something like 'UFD/.wk_partition.info'
    Maybe something simple like a list of sed commands?
    's/(#UFD-MACOS-10.11[..])=(PARTUUID)/\1=$PARTUUID/'
    's/#UFD-MACOS-10.11##//'
  - During an update use that file assuming the partitions haven't changed