Save boot partition info in build-ufd #176

Closed
opened 2021-09-30 03:42:16 -06:00 by 2Shirt · 0 comments
2Shirt commented 2021-09-30 03:42:16 -06:00 (Migrated from gitea.2shirt.work)
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
``` 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 ```
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: 2Shirt/WizardKit#176
No description provided.