-
Notifications
You must be signed in to change notification settings - Fork 41
Open
Description
Ask your question or provide your feedback
My Mariner build is intended to have multiple partitions. How can I ensure that, on each build, those partitions use the same PARTUUID and UUID instead of being randomly assigned? I would to use the PARTUUID as identifier for some auotmation
"Partitions": [
{
"Name": "boot",
"ID": "boot",
"Flags": [
"boot"
],
"Start": 1,
"End": 400,
"FsType": "fat32"
},
{
"Name": "rootfs",
"ID": "rootfs",
"Start": 400,
"End": 1000,
"FsType": "ext4"
},
{
"Name": "data",
"ID": "data",
"Start": 1000,
"End": 0,
"FsType": "ext4"
}
Thanks!
Metadata
Metadata
Assignees
Labels
No labels