3f76724dfb
This change removes the documentation to copy master_grub_cfg.txt to /tftpboot/grub/grub.cfg and instead writes it on conductor startup. This grub config is a simple redirect config requested by grub network boot. "master" has been renamed to "initial" as a more accurate label of its function. New configuration option [pxe]initial_grub_template allows the deployer to specify a different initial grub template. Change-Id: I71191dd399a6c49607f91d69b5b1673799a38624
8 lines
303 B
YAML
8 lines
303 B
YAML
---
|
|
features:
|
|
- |
|
|
Manually copying the initial grub config for grub network boot is no longer
|
|
necessary, as this file is now written to the TFTP root directory on
|
|
conductor startup. A custom template can be used to generate this file with
|
|
config option ``[pxe]initial_grub_template``.
|