AIUI the runes used will only result in an ESP if the system was booted via UEFI. IOW I don't think there should be any change for existing systems.
Signed-off-by: Ian Campbell <ian.campb...@citrix.com> --- Osstest.pm | 1 + Osstest/Debian.pm | 6 ++++++ 2 files changed, 7 insertions(+) diff --git a/Osstest.pm b/Osstest.pm index e668b3c..172f904 100644 --- a/Osstest.pm +++ b/Osstest.pm @@ -67,6 +67,7 @@ our %c = qw( TestHostKeypairPath id_rsa_osstest HostProp_GenEtherPrefixBase 5e:36:0e:f5 + HostDiskESP 300 HostDiskBoot 300 HostDiskRoot 10000 HostDiskSwap 2000 diff --git a/Osstest/Debian.pm b/Osstest/Debian.pm index cd7dc5d..cd2ad9b 100644 --- a/Osstest/Debian.pm +++ b/Osstest/Debian.pm @@ -913,6 +913,12 @@ d-i partman-basicmethods/method_only boolean false d-i partman-auto/expert_recipe string \\ boot-root :: \\ + $c{HostDiskESP} 60 $c{HostDiskESP} free \\ + \$iflabel{ gpt } \\ + reusemethod{ } \\ + method{ efi } \\ + format{ } \\ + . \\ $c{HostDiskBoot} 50 $c{HostDiskBoot} ext3 \\ \$primary{ } \$bootable{ } \\ method{ format } format{ } \\ -- 2.1.4 _______________________________________________ Xen-devel mailing list Xen-devel@lists.xen.org http://lists.xen.org/xen-devel