You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RUN dnf install -y git gcc binutils make perl xz-devel mtools genisoimage syslinux
RUN git clone https://github.com/ipxe/ipxe.git /ipxe; cd /ipxe/src; sed -i 's/\#undef\sDOWNLOAD_PROTO_HTTPS/\#define DOWNLOAD_PROTO_HTTPS/' config/general.h; make bin/undionly.kpxe; make bin/ipxe.iso