Skip to content

bigg01/coreos-ipxe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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