Skip to content

Commit

Permalink
Whitelist s390x cio_ignore kernel argument
Browse files Browse the repository at this point in the history
  • Loading branch information
teclator committed Jan 25, 2024
1 parent 56475a8 commit e4d7b7b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/modules/BootArch.rb
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,17 @@ def main
end

# list of regexp to match kernel params that should be added
# from installation to running kernel on s390 (bsc#1086665)
# from installation to running kernel on s390 (bsc#1086665, bsc#1210525)
S390_WHITELIST = [
/net\.ifnames=\S*/,
/fips=\S*/,
/mitigations=\S*/,
/rd\.zdev=\S*/,
<<<<<<< Updated upstream
/zfcp\.allow_lun_scan=\S*/
=======
/cio_ignore=\S*/
>>>>>>> Stashed changes
].freeze

# Get parameters for the default kernel
Expand Down

0 comments on commit e4d7b7b

Please sign in to comment.