commit | 9102d454f6a892ebb9e000f34a1b515c49da3f8c | [log] [tgz] |
---|---|---|
author | Jesse Andrews <anotherjesse@gmail.com> | Sat Nov 05 23:49:08 2011 -0700 |
committer | Jesse Andrews <anotherjesse@gmail.com> | Sat Nov 05 23:49:08 2011 -0700 |
tree | dc6d5e6c7ad7c68501b5a74921792bcacf6c21e7 | |
parent | 446a3304bcdff585d0fcea487a89e247bbaa4f6b [diff] [blame] |
resize the uec image
diff --git a/tools/build_uec.sh b/tools/build_uec.sh index d6de847..e1d6447 100755 --- a/tools/build_uec.sh +++ b/tools/build_uec.sh
@@ -45,7 +45,7 @@ if [ ! -f $tarball ]; then curl $uec_url -o $tarball (cd $image_dir && tar -Sxvzf $tarball) - cp $image_dir/*.img $image_dir/disk + resize-part-image $image_dir/*.img 10G $image_dir/disk cp $image_dir/*-vmlinuz-virtual $image_dir/kernel fi