···22synopsis: "GPT headers that are also valid tar headers"
33description: """
44Marshaling GPT headers such that they are a valid tar archive.
55- The archive will contain a dummy file named `GPTAR` whose content
66- is (at least) the GPT header and the partition table entries.
77- Put a tar-partition at the first available space, and you can
88- inspect the tar archive using regular tar utilities on the disk
99- image with the caveat of the added `GPTAR` dummy file."""
55+The archive will contain a dummy file named `GPTAR` whose content
66+is (at least) the GPT header and the partition table entries.
77+Put a tar-partition at the first available space, and you can
88+inspect the tar archive using regular tar utilities on the disk
99+image with the caveat of the added `GPTAR` dummy file."""
1010maintainer: ["Reynir Björnsson <reynir@reynir.dk>"]
1111authors: ["Reynir Björnsson <reynir@reynir.dk>"]
1212license: "BSD-2-Clause"