Fix default nodes.conf to use the new kernel command line list format

Signed-off-by: Timothy Middelkoop <tmiddelkoop@internet2.edu>
Signed-off-by: Jonathon Anderson <janderson@ciq.com>
This commit is contained in:
Timothy Middelkoop
2025-01-31 00:54:51 +00:00
committed by Jonathon Anderson
parent fce3bc8aff
commit b66a8679c5
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/). 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 ## v4.6.0rc1, 2025-01-29
### Added ### Added

View File

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