Add support for graphical console

This commit is contained in:
Timo Makinen 2024-06-15 21:17:57 +00:00
parent 28b1689987
commit 160e97e32d
2 changed files with 30 additions and 6 deletions

View file

@ -26,7 +26,7 @@ CMD set -eux ; \
{ \
git clone https://github.com/ipxe/ipxe.git ; \
cd ipxe/src ; \
patch -p0 < /build/config.patch ; \
patch -p2 < /build/config.patch ; \
make \
bin/ipxe.iso bin/ipxe.usb bin/undionly.kpxe \
bin-x86_64-efi/ipxe.iso bin-x86_64-efi/ipxe.usb \