increase prod image size
Signed-off-by: Michel-FK <michel.stempin@funkey-project.com>
This commit is contained in:
parent
429a66c73e
commit
d472581e8c
|
@ -31,7 +31,7 @@ image sdcard-prod.img {
|
||||||
partition-type = 0x83
|
partition-type = 0x83
|
||||||
bootable = "yes"
|
bootable = "yes"
|
||||||
image = "FunKey/output/images/rootfs.ext4"
|
image = "FunKey/output/images/rootfs.ext4"
|
||||||
size = 100M # This will be resized to 1G during first boot
|
size = 160M # This will be resized to 1G during first boot
|
||||||
}
|
}
|
||||||
|
|
||||||
# These partitions will be created during first boot
|
# These partitions will be created during first boot
|
||||||
|
|
Loading…
Reference in New Issue