Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 663 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 663 Bytes

Docker Automated build

coreos-ipxe

bash build.sh

interactive

sudo podman run --privileged -it -v .   :/data -w data bigg01/coreos-ipxe:latest bash

full command

sudo podman run -it --privileged --pull=always -v .:/data \
 bigg01/coreos-ipxe:latest \
 bash -c "cp -p /data/coreos-amd64-installer.ipxe /ipxe/ipxe/src/ && ls -l coreos-amd64-installer.ipxe && cd /ipxe/ipxe/src; make bin/ipxe.iso EMBED=./coreos-amd64-installer.ipxe; cp -pv bin/ipxe.iso /data"

proxmox example

alt text