Increase modules.img sparse size

This commit is contained in:
Frédéric Pierret (fepitre) 2020-01-27 00:17:55 +01:00
parent 87c107fec0
commit 170b33b42b
No known key found for this signature in database
GPG Key ID: 484010B5CDC576E2

View File

@ -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