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:
committed by
Jonathon Anderson
parent
fce3bc8aff
commit
b66a8679c5
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user