aboutsummaryrefslogtreecommitdiff
path: root/test/integ-test/integ-test-configs/ipxe/coreos.ipxe.slc
blob: 7cb5156da3d0d9af0ad9f4d0facc521dffe9ba86 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{{define "coreos.ipxe" -}}
#!ipxe

set coreos-url http://stable.release.core-os.net/amd64-usr/{{.version}}

echo This will currently autologin into tty1 on the console.
echo From there you can su to root and install CoreOS to disk using:
echo coreos-install -d /dev/sda -C stable
echo You will probably need to chroot into /dev/sda9 to configure accounts.
echo More info @ http://coreos.com/docs/running-coreos/bare-metal/installing-to-disk/

kernel ${coreos-url}/coreos_production_pxe.vmlinuz cloud-config-url=http://{{.baseURL}}/configs/coreos-{{.cloudconfig}}.yaml?release=stable console=tty1 coreos.autologin=tty1
initrd ${coreos-url}/coreos_production_pxe_image.cpio.gz

boot
{{end}}
nihil fit ex nihilo