Merge pull request #1132 from anderbubble/grub-boot-code-block-doc

Fix a formatting error hiding GRUB configuration
This commit is contained in:
Christian Goll
2024-03-12 21:04:05 +01:00
committed by GitHub
2 changed files with 12 additions and 10 deletions

View File

@@ -5,23 +5,18 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [4.5.x]
## [4.5.x] (unreleased)
### Added
- Add the ability to boot nodes with `wwid=[interface]`, which replaces
`interface` with the interface MAC address
## [4.5.0] 2024-02-08
### Added
- Added https://github.com/Masterminds/sprig functions to templates #1030
### Changed
- Locally defined `tr` has been dropped, templates updated to use Sprig replace.
- Updated the glossary #819
- Updated the glossary. #819
### Fixed
@@ -30,14 +25,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Systems with no SMBIOS (Raspberry Pi) will create a UUID from
`/sys/firmware/devicetree/base/serial-number`
- Fix `wwctl profile list -a` format when kernerargs are set
- Fix a rendering bug in the documentation for GRUB boot support. #1132
## [4.5.0] 2024-02-08
- Official v4.5.0 release.
Official v4.5.0 release.
### Added
- Publish v4.5.x documentation separately from `main`. #919
- Fix `Requires: ipxe-botimgs` for building an Enterprise Linux 7 RPM. #1126
- Update quickstart for Enterprise Linux. #394, #401, #977
### Fixed
- Fix `Requires: ipxe-botimgs` for building an Enterprise Linux 7 RPM. #1126
## [4.5.0rc2] 2024-02-21
### Fixed

View File

@@ -64,7 +64,7 @@ scenarios.
In order to enable the grub boot method it has to be enabled in `warewulf.conf`.
.. code-block: yaml
.. code-block:: yaml
warewulf:
grubboot: true