chiark / gitweb /
nspawn: add --image= switch to boot GPT disk images that follow the Discoverable...
[elogind.git] / src / shared / gpt.h
index e23073e1f956f9c00ed7e33fcef885d5f2beb07f..320cf47823114b6a6f26e2bb8e2778cf051eef8a 100644 (file)
@@ -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