Shrink size of flashdrive

This commit is contained in:
George Hilliard 2019-08-01 22:12:43 -05:00
parent b7f17fb8bd
commit 3d1c1262e2

View file

@ -26,7 +26,7 @@ image flashdrive.vfat {
"README.txt" "README.txt"
} }
} }
size = 96K size = 64K
} }
image flashdrive.img { image flashdrive.img {
@ -38,7 +38,7 @@ image flashdrive.img {
// Hardcode a size here to help the ubi builder, which cannot infer a size // Hardcode a size here to help the ubi builder, which cannot infer a size
// of this image or wait until this image is built, due to the design of // of this image or wait until this image is built, due to the design of
// genimage. // genimage.
size = 97K size = 65K
} }
image root.ubi { image root.ubi {