Project

General

Profile

« Previous | Next » 

Revision 552638db

Added by Ohad Levy over 13 years ago

  • ID 552638dbd4778ea3730f80350cc863e7fbbee5e3
  • Child 754b1a01

fixes typo - refs #470

View differences:

app/views/unattended/gpxe_kickstart_config.erb
#!gpxe
kernel <%= "#{@host.url_for_boot(:kernel)}" %> ks=<%= foreman_url("kickstart")%>/static=yes ksdevice=bootif network kssendmac ip=${net0/ip} netmask=${net0/netmask} gateway=${net0/gateway} dns=${net0/dns}
kernel <%= "#{@host.url_for_boot(:kernel)}" %> ks=<%= foreman_url("kickstart")%>?static=yes ksdevice=bootif network kssendmac ip=${net0/ip} netmask=${net0/netmask} gateway=${net0/gateway} dns=${net0/dns}
initrd <%= "#{@host.url_for_boot(:initrd)}" %>
boot

Also available in: Unified diff