Merge pull request #1670 from MiddelkoopT/tm-kernel-arg-list

Fix default nodes.conf to use the new kernel command line list format
This commit is contained in:
Jonathon Anderson
2025-01-31 15:25:49 -07:00
committed by GitHub
2 changed files with 9 additions and 1 deletions

View File

@@ -4,6 +4,12 @@ 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/).
## v4.6.0, unreleased
### Fixed
- Fix default nodes.conf to use the new kernel command line list format. #1670
## v4.6.0rc1, 2025-01-29
### Added

View File

@@ -21,7 +21,9 @@ nodeprofiles:
- wicked
- ignition
kernel:
args: quiet crashkernel=no
args:
- quiet
- crashkernel=no
init: /sbin/init
root: initramfs
ipxe template: default