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