Skip to content

Commit

Permalink
Merge pull request warewulf#1132 from anderbubble/grub-boot-code-bloc…
Browse files Browse the repository at this point in the history
…k-doc

Fix a formatting error hiding GRUB configuration
  • Loading branch information
mslacken authored Mar 12, 2024
2 parents 880073f + 5e686fe commit b6d74a2
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 10 deletions.
20 changes: 11 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion userdocs/contents/boot-management.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b6d74a2

Please sign in to comment.