Skip to content

Commit

Permalink
Increase modules.img sparse size
Browse files Browse the repository at this point in the history
  • Loading branch information
fepitre committed Jan 26, 2020
1 parent 87c107f commit 170b33b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -492,7 +492,7 @@ if [ -n "$SOURCE_DATE_EPOCH" ]; then
fi
PATH="/sbin:$PATH" mkfs.ext3 -d %buildroot%vm_install_dir/modules \
-U dcee2318-92bd-47a5-a15d-e79d1412cdce \
%buildroot%vm_install_dir/modules.img 500M
%buildroot%vm_install_dir/modules.img 1024M
rm -rf %buildroot%vm_install_dir/modules
%endif

Expand Down

0 comments on commit 170b33b

Please sign in to comment.