Project

General

Profile

« Previous | Next » 

Revision f1627da8

Added by Dominic Cleal over 10 years ago

templates - sync from community-templates

View differences:

app/views/unattended/kickstart/iPXE.erb
- 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)}" %>

Also available in: Unified diff