mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-07-25 22:16:30 +00:00
Update genimage.cfg
This commit is contained in:
parent
77bfcb65be
commit
09ccb78326
@ -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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user