From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: [PATCH OSSTEST v2 02/19] Debian: Preseed a EFI system partition during host install Date: Thu, 18 Jun 2015 17:24:53 +0100 Message-ID: <1434644710-28881-2-git-send-email-ian.campbell@citrix.com> References: <1434644687.28264.53.camel@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1434644687.28264.53.camel@citrix.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: ian.jackson@eu.citrix.com Cc: Ian Campbell , xen-devel@lists.xen.org List-Id: xen-devel@lists.xenproject.org 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 --- 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 929d22e..ded8575 100644 --- a/Osstest/Debian.pm +++ b/Osstest/Debian.pm @@ -987,6 +987,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