Skip to content

Commit

Permalink
Merge pull request #2634 from OSInside/fix_ramdisk_size_setup
Browse files Browse the repository at this point in the history
Fixed ramdisk size setup
  • Loading branch information
schaefi authored Sep 6, 2024
2 parents 3fc6bd9 + 01e4114 commit 1e248da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dracut/modules.d/90kiwi-dump/kiwi-dump-image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ function get_disk_list {
local rd_size
local modfile=/etc/modprobe.d/99-brd.conf
rd_size=$(getarg ramdisk_size=)
mkdir -p /etc/modprobe.d
if [ -n "${rd_size}" ];then
echo "options brd rd_size=${rd_size}" > ${modfile}
fi
Expand Down

0 comments on commit 1e248da

Please sign in to comment.