Skip to content

Commit

Permalink
Merge pull request #4211 from AdamWill/no-cramfs
Browse files Browse the repository at this point in the history
anaconda-modprobe: don't try and load cramfs
  • Loading branch information
VladimirSlavik authored Jun 27, 2022
2 parents ed2b567 + 47856c2 commit 86e95f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dracut/anaconda-modprobe.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
ARCH=$(uname -m)
KERNEL=$(uname -r)

MODULE_LIST="cramfs squashfs iscsi_tcp "
MODULE_LIST="squashfs iscsi_tcp "

# if no file matches the glob expand it to the empty string
# we need this when any ko file cannot be found
Expand Down

0 comments on commit 86e95f2

Please sign in to comment.