Add USB network drivers to uEFI images
This commit is contained in:
parent
160e97e32d
commit
4d9cd5130c
1 changed files with 7 additions and 2 deletions
|
@ -28,9 +28,14 @@ CMD set -eux ; \
|
||||||
cd ipxe/src ; \
|
cd ipxe/src ; \
|
||||||
patch -p2 < /build/config.patch ; \
|
patch -p2 < /build/config.patch ; \
|
||||||
make \
|
make \
|
||||||
bin/ipxe.iso bin/ipxe.usb bin/undionly.kpxe \
|
bin/ipxe.iso \
|
||||||
bin-x86_64-efi/ipxe.iso bin-x86_64-efi/ipxe.usb \
|
bin/ipxe.usb \
|
||||||
|
bin/undionly.kpxe \
|
||||||
|
bin-x86_64-efi/axge--ecm--ncm.iso \
|
||||||
|
bin-x86_64-efi/axge--ecm--ncm.usb \
|
||||||
EMBEDDED_IMAGE=/build/embed.ipxe ; \
|
EMBEDDED_IMAGE=/build/embed.ipxe ; \
|
||||||
|
mv bin-x86_64-efi/axge--ecm--ncm.usb bin-x86_64-efi/ipxe.iso ; \
|
||||||
|
mv bin-x86_64-efi/axge--ecm--ncm.usb bin-x86_64-efi/ipxe.usb ; \
|
||||||
} 1>&2 ; \
|
} 1>&2 ; \
|
||||||
tar cf - bin/ipxe.iso bin/ipxe.usb bin/undionly.kpxe \
|
tar cf - bin/ipxe.iso bin/ipxe.usb bin/undionly.kpxe \
|
||||||
bin-x86_64-efi/ipxe.iso bin-x86_64-efi/ipxe.usb
|
bin-x86_64-efi/ipxe.iso bin-x86_64-efi/ipxe.usb
|
||||||
|
|
Loading…
Add table
Reference in a new issue