##### install.ipxe ##### | |
#!ipxe | |
set base http://mirror.centos.org/centos/7/os/x86_64 | |
prompt -k 0x197e -t 2000 Press F12 to install CentOS... || exit | |
kernel ${base}/images/pxeboot/vmlinuz initrd=initrd.img repo=${base} | |
initrd ${base}/images/pxeboot/initrd.img | |
boot |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment