MT#63323 Update the version of ipxe package

There is no ipxe_1.0.0+git-20190125.36a4c85-1 package in the repo. It's
ipxe_1.0.0+git-20190125.36a4c85-5.1 now so use it.

Change-Id: I63a54b119fead10332af2de829c3e0d1168f59fd
(cherry picked from commit 4a1addec65)
mr10.5.9
Mykola Malkov 7 months ago
parent 640d3a97b7
commit 54aecaf6c0

@ -60,8 +60,8 @@ RUN wget https://debian.sipwise.com/debian/pool/main/m/memtest86+/memtest86+_5.0
RUN wget -O /code/grml-live/templates/boot/addons/netboot.xyz.efi https://boot.netboot.xyz/ipxe/netboot.xyz.efi && \
wget -O /code/grml-live/templates/boot/addons/netboot.xyz.lkrn https://boot.netboot.xyz/ipxe/netboot.xyz.lkrn
RUN wget http://ftp.de.debian.org/debian/pool/main/i/ipxe/ipxe_1.0.0+git-20190125.36a4c85-1_all.deb && \
dpkg -x ipxe_1.0.0+git-20190125.36a4c85-1_all.deb /tmp/ipxe && \
RUN wget http://ftp.de.debian.org/debian/pool/main/i/ipxe/ipxe_1.0.0+git-20190125.36a4c85-5.1_all.deb && \
dpkg -x ipxe_1.0.0+git-20190125.36a4c85-5.1_all.deb /tmp/ipxe && \
cp /tmp/ipxe/boot/ipxe.efi /code/grml-live/templates/boot/addons/ipxe.efi && \
cp /tmp/ipxe/boot/ipxe.lkrn /code/grml-live/templates/boot/addons/ipxe.lkrn && \
rm -rf /tmp/ipxe

Loading…
Cancel
Save