Project

General

Profile

Download (547 Bytes) Statistics
| Branch: | Tag: | Revision:
#!gpxe
<%#
kind: iPXE
name: Community Kickstart iPXE
oses:
- CentOS 5
- CentOS 6
- Fedora 16
- Fedora 17
- Fedora 18
- Fedora 19
- RedHat 5
- RedHat 6
%>

<%# This template will not function with Safemode set to true.
Please disable it in Settings > Provisioning %>

kernel <%= "#{@host.url_for_boot(:kernel)}" %> ks=<%= foreman_url("provision")%>?static=yes ksdevice=<%= @host.mac %> network kssendmac ip=${netX/ip} netmask=${netX/netmask} gateway=${netX/gateway} dns=${dns}
initrd <%= "#{@host.url_for_boot(:initrd)}" %>

boot
(3-3/6)