diff options
author | Lennart Poettering <lennart@poettering.net> | 2014-03-10 20:35:52 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2014-03-10 20:35:52 +0100 |
commit | 1b9e5b126359a2a2ec37de1f94f046093abc74b8 (patch) | |
tree | e2183ca0b1cb09c1d3e789ffd68e25220cf451cd /src/shared/gpt.h | |
parent | 79fbcd8869f5d2d0236f7272bf45ba6b3d4abbea (diff) |
nspawn: add --image= switch to boot GPT disk images that follow the Discoverable Partitions Specification
Diffstat (limited to 'src/shared/gpt.h')
-rw-r--r-- | src/shared/gpt.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/shared/gpt.h b/src/shared/gpt.h index e23073e1f9..320cf47823 100644 --- a/src/shared/gpt.h +++ b/src/shared/gpt.h @@ -35,6 +35,7 @@ #if defined(__x86_64__) # define GPT_ROOT_NATIVE GPT_ROOT_X86_64 +# define GPT_ROOT_SECONDARY GPT_ROOT_X86 #elif defined(__i386__) # define GPT_ROOT_NATIVE GPT_ROOT_X86 #endif |