Update genimage.cfg
This commit is contained in:
@@ -11,20 +11,6 @@ image boot.vfat {
|
||||
size = 32M
|
||||
}
|
||||
|
||||
image overlay.ext4 {
|
||||
ext4 {
|
||||
label = "overlay"
|
||||
}
|
||||
size = 64M
|
||||
}
|
||||
|
||||
image data.ext4 {
|
||||
ext4 {
|
||||
label = "data"
|
||||
}
|
||||
size = 128M
|
||||
}
|
||||
|
||||
image sdcard.img {
|
||||
hdimage {
|
||||
}
|
||||
@@ -49,10 +35,12 @@ image sdcard.img {
|
||||
partition overlay {
|
||||
partition-type = 0x83
|
||||
image = "overlay.ext4"
|
||||
size = 64M
|
||||
}
|
||||
|
||||
partition data {
|
||||
partition-type = 0x83
|
||||
image = "data.ext4"
|
||||
size = 64M
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user