
Our logic for elilo and grub excluded the MAC address based links from being created, which are handy for stand-alone use cases. This patch changes the default to always write MAC address based links, and allows the interface to tolerate an exception being raised if the ``[dhcp]dhcp_provider`` is set to ``none``. This effectively fixes the issue where users that do not use neutron were unable to use UEFI. Story: #2002887 Task: #22848 Change-Id: Ib8b9b2e3281184cd4e8d9a1a33a012f93edf237c
8 lines
132 B
Plaintext
8 lines
132 B
Plaintext
set default=master
|
|
set timeout=5
|
|
set hidden_timeout_quiet=false
|
|
|
|
menuentry "master" {
|
|
configfile /tftpboot/$net_default_mac.conf
|
|
}
|