diff options
author | Lennart Poettering <lennart@poettering.net> | 2015-01-19 20:22:58 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2015-01-19 20:24:10 +0100 |
commit | f6c51a8136de3f27e28caea2003e18f4bc4cb9a8 (patch) | |
tree | 48f8364e24f87b4e4464dc3c29cdd3b15eec9d65 /src/shared/gpt.h | |
parent | ec5cb56ee18f529a023deedd0806854f08499b6a (diff) |
nspawn: support dissecting GPT images that contain only a single generic linux partition
This should allow running Ubuntu UEFI GPT Images with nspawn,
unmodified.
Diffstat (limited to 'src/shared/gpt.h')
-rw-r--r-- | src/shared/gpt.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/shared/gpt.h b/src/shared/gpt.h index ef3444f6ea..87308b0d2b 100644 --- a/src/shared/gpt.h +++ b/src/shared/gpt.h @@ -57,3 +57,5 @@ * just because we saw no point in defining any other values here. */ #define GPT_FLAG_READ_ONLY (1ULL << 60) #define GPT_FLAG_NO_AUTO (1ULL << 63) + +#define GPT_LINUX_GENERIC SD_ID128_MAKE(0f,c6,3d,af,84,83,47,72,8e,79,3d,69,d8,47,7d,e4) |