Project

General

Profile

Download (878 Bytes) Statistics
| Branch: | Tag: | Revision:
<%#
kind: snippet
name: pxegrub_discovery
model: ProvisioningTemplate
snippet: true
-%>
<%#
RHEL 7 virtio driver does not have persistent naming scheme, causing interfaces
to be named eth0, eth1, etc.. If you want to enable the new persistent naming
scheme and get inteface names like ens3, add net.ifnames=1 to the linuxefi line
below. This will not be fixed until RHEL8 due to prevent breaking changes for
existing systems. See RHBZ#1259015 for more details.
-%>
# http://projects.theforeman.org/issues/15997
title Foreman Discovery Image - not supported with Grub 1.x
kernel boot/fdi-image/vmlinuz0 rootflags=loop root=live:/fdi.iso rootfstype=auto ro rd.live.image acpi=force rd.luks=0 rd.md=0 rd.dm=0 rd.lvm=0 rd.bootif=0 rd.neednet=0 nokaslr nomodeset proxy.url=<%= foreman_server_url %> proxy.type=foreman BOOTIF=01-$net_default_mac
initrd boot/fdi-image/initrd0.img
(31-31/38)