From f4414f2fed9fe2e28e87d7f3d31e64b6f119604d Mon Sep 17 00:00:00 2001 From: Rolf Neugebauer Date: Tue, 21 Mar 2017 11:51:39 +0000 Subject: [PATCH] test: Create a EFI bootable ISO for LTP Previously, this was disabled because the fixed sized FAT partition was too small. With d8d6a85 the FAT partition is dynamically sized and the ISO can be build. Signed-off-by: Rolf Neugebauer --- test/ltp/test-ltp.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/ltp/test-ltp.yaml b/test/ltp/test-ltp.yaml index 24853dab5..14ff8e2b0 100644 --- a/test/ltp/test-ltp.yaml +++ b/test/ltp/test-ltp.yaml @@ -13,5 +13,4 @@ files: outputs: - format: kernel+initrd - format: iso-bios -# The initrd is too large for a pre-allocated EFI ISO -# - format: iso-efi + - format: iso-efi