Shrink size of flashdrive
This commit is contained in:
parent
b7f17fb8bd
commit
3d1c1262e2
1 changed files with 2 additions and 2 deletions
|
@ -26,7 +26,7 @@ image flashdrive.vfat {
|
|||
"README.txt"
|
||||
}
|
||||
}
|
||||
size = 96K
|
||||
size = 64K
|
||||
}
|
||||
|
||||
image flashdrive.img {
|
||||
|
@ -38,7 +38,7 @@ image flashdrive.img {
|
|||
// 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
|
||||
// genimage.
|
||||
size = 97K
|
||||
size = 65K
|
||||
}
|
||||
|
||||
image root.ubi {
|
||||
|
|
Loading…
Reference in a new issue