From ae97e492c75de90dfb075e5f9cac85bbfc14351d Mon Sep 17 00:00:00 2001 From: Josef Reidinger Date: Fri, 17 Jan 2025 11:36:11 +0100 Subject: [PATCH] remove space and add note --- live/root/usr/bin/kernel-cmdline-conf.sh | 1 + live/test/fixtures/source/cmdline | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/live/root/usr/bin/kernel-cmdline-conf.sh b/live/root/usr/bin/kernel-cmdline-conf.sh index b3f54f944c..f44320b85c 100755 --- a/live/root/usr/bin/kernel-cmdline-conf.sh +++ b/live/root/usr/bin/kernel-cmdline-conf.sh @@ -13,6 +13,7 @@ write_kernel_args() { for _i in $(cat "${SOURCE}"); do case ${_i} in # remove all agama kernel params + # Add here also all linuxrc supported parameters LIBSTORAGE_* | YAST_* | agama* | Y2* | ZYPP_* | autoyast* ) _found=1 ;; diff --git a/live/test/fixtures/source/cmdline b/live/test/fixtures/source/cmdline index 257755c118..d43325ea28 100644 --- a/live/test/fixtures/source/cmdline +++ b/live/test/fixtures/source/cmdline @@ -1 +1 @@ -BOOT_IMAGE=/boot/vmlinuz splash=silent agama.auto=ftp://example.suse.cz/profile.json LIBSTORAGE_MULTIPATH=1 mitigations=auto Y2DEBUG=1 quiet nosimplefb=1 +BOOT_IMAGE=/boot/vmlinuz splash=silent agama.auto=ftp://example.suse.cz/profile.json LIBSTORAGE_MULTIPATH=1 mitigations=auto Y2DEBUG=1 quiet nosimplefb=1