From d3704c9bc541d403c48f8b454636aa74902e2354 Mon Sep 17 00:00:00 2001 From: Jiri Stransky Date: Mon, 4 May 2020 17:03:58 +0200 Subject: [PATCH] Update deps list for building ipxe-boot.qcow2 Perl is not required, so it's removed from the list. Package syslinux-nonlinux is added to the list because when it's missing, the build suffers this non-fatal error: genisoimage: Uh oh, I cant find the boot image 'isolinux.bin' ! Also, the list is now sorted alphabetically :). Change-Id: Ib52365e5e962adc471bef0fd8a1a2d536ee8d835 --- ipxe/README | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ipxe/README b/ipxe/README index f6f2068..b97d7b8 100644 --- a/ipxe/README +++ b/ipxe/README @@ -6,12 +6,12 @@ build the image. It is provided as both raw and qcow2. The iPXE image has minimal build dependencies. On a Fedora system, these are: -* make * gcc -* perl -* xz-devel * genisoimage +* make * qemu-img +* syslinux-nonlinux +* xz-devel Please ping Ben Nemec when making a change which affects the ipxe image to update the public repo of pre-built images.