You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
![]() The extra_boot_params install value is presented as a single boot parameter in the initial miniboot ISO boot. This kickstart change translates the install value into proper disk boot kernel options, so that the provided extra_boot_params are applied as boot options for the main /boot parameters in grub and syslinux. Although the extra_boot_params value must be a single string, multiple extra boot parameters can be specified by separating individual args by a comma. Example: extra_boot_params=arg1=1,arg2=2. This change splits the args by comma and ensures that the kernel boot options are separate for the main boot. Test Plan PASS: - Verify that extra_boot_params is parsed into separate kernel options - Verify that disk kernel options are applied when subcloud is installed (i.e., the final install boots with the configured extra options) - Verify comma-separated input values are translated into proper kernel options: - extra_boot_params=arg1=1,arg2=2 -> kernel options: arg1=1 arg2=2 - extra_boot_params=arg1=1 -> kernel options: arg1=1 - extra_boot_params=arg1 -> kernel options: arg1 Partial-Bug: 2023407 Depends-On: https://review.opendev.org/c/starlingx/distcloud/+/885758 Change-Id: I8ed10f7ffe8af51ae7b77eaa398b824347a0a998 Signed-off-by: Kyle MacLeod <kyle.macleod@windriver.com> |
1 day ago | |
---|---|---|
api-ref/source | 3 years ago | |
bsp-files | 3 weeks ago | |
devstack | 3 years ago | |
doc | 3 years ago | |
installer | 4 months ago | |
kickstart | 1 day ago | |
mtce | 2 months ago | |
mtce-common | 3 months ago | |
mtce-compute | 3 months ago | |
mtce-control | 3 months ago | |
mtce-storage | 3 months ago | |
releasenotes | 3 years ago | |
tools | 1 month ago | |
.gitignore | 4 years ago | |
.gitreview | 4 years ago | |
.zuul.yaml | 1 month ago | |
CONTRIBUTORS.wrs | 5 years ago | |
LICENSE | 5 years ago | |
README.rst | 4 years ago | |
centos_build_layer.cfg | 4 years ago | |
centos_iso_image.inc | 3 years ago | |
centos_pkg_dirs | 3 years ago | |
centos_stable_docker_images.inc | 3 years ago | |
debian_build_layer.cfg | 2 years ago | |
debian_iso_image.inc | 7 months ago | |
debian_pkg_dirs | 10 months ago | |
debian_stable_docker_images.inc | 10 months ago | |
pylint.rc | 2 years ago | |
test-requirements.txt | 2 years ago | |
tox.ini | 6 months ago |
README.rst
metal
StarlingX Bare Metal Management