We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 446a330 commit 9102d45Copy full SHA for 9102d45
tools/build_uec.sh
@@ -45,7 +45,7 @@ tarball=$image_dir/$(basename $uec_url)
45
if [ ! -f $tarball ]; then
46
curl $uec_url -o $tarball
47
(cd $image_dir && tar -Sxvzf $tarball)
48
- cp $image_dir/*.img $image_dir/disk
+ resize-part-image $image_dir/*.img 10G $image_dir/disk
49
cp $image_dir/*-vmlinuz-virtual $image_dir/kernel
50
fi
51
0 commit comments