Skip to content

Commit

Permalink
remove space and add note
Browse files Browse the repository at this point in the history
  • Loading branch information
jreidinger committed Jan 17, 2025
1 parent 8d4679f commit ae97e49
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions live/root/usr/bin/kernel-cmdline-conf.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
;;
Expand Down
2 changes: 1 addition & 1 deletion live/test/fixtures/source/cmdline
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit ae97e49

Please sign in to comment.