Update genimage.cfg

This commit is contained in:
Pascal Vizeli 2018-03-20 00:25:55 +01:00 committed by GitHub
parent 77bfcb65be
commit 09ccb78326
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,20 +11,6 @@ image boot.vfat {
size = 32M size = 32M
} }
image overlay.ext4 {
ext4 {
label = "overlay"
}
size = 64M
}
image data.ext4 {
ext4 {
label = "data"
}
size = 128M
}
image sdcard.img { image sdcard.img {
hdimage { hdimage {
} }
@ -49,10 +35,12 @@ image sdcard.img {
partition overlay { partition overlay {
partition-type = 0x83 partition-type = 0x83
image = "overlay.ext4" image = "overlay.ext4"
size = 64M
} }
partition data { partition data {
partition-type = 0x83 partition-type = 0x83
image = "data.ext4" image = "data.ext4"
size = 64M
} }
} }