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
This commit is contained in:
Jiri Stransky 2020-05-04 17:03:58 +02:00
parent 7576e5f16b
commit d3704c9bc5
1 changed files with 3 additions and 3 deletions

View File

@ -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 <openstack@nemebean.com> when making a change which
affects the ipxe image to update the public repo of pre-built images.