From 1b9e5b126359a2a2ec37de1f94f046093abc74b8 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Mon, 10 Mar 2014 20:35:52 +0100 Subject: nspawn: add --image= switch to boot GPT disk images that follow the Discoverable Partitions Specification --- src/shared/gpt.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/shared/gpt.h') 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 -- cgit v1.2.3