Skip to content

How to ensure using the same UUID and PARTUUID on each build? #63

Description

@yockgen

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!

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions