mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-07-25 22:16:30 +00:00
Update genimage.config
This commit is contained in:
parent
9adbc8f970
commit
e217ccf3aa
@ -3,15 +3,19 @@ image boot.vfat {
|
|||||||
files = {
|
files = {
|
||||||
"bzImage"
|
"bzImage"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
file EFI/BOOT/BOOTx64.EFI {
|
||||||
|
image = "barebox.bin"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
size = 64M
|
size = 32M
|
||||||
}
|
}
|
||||||
|
|
||||||
image overlay.ext4 {
|
image overlay.ext4 {
|
||||||
ext4 {
|
ext4 {
|
||||||
label = "overlay"
|
label = "overlay"
|
||||||
}
|
}
|
||||||
size = 128M
|
size = 64M
|
||||||
}
|
}
|
||||||
|
|
||||||
image data.ext4 {
|
image data.ext4 {
|
||||||
@ -31,13 +35,13 @@ image sdcard.img {
|
|||||||
image = "boot.vfat"
|
image = "boot.vfat"
|
||||||
}
|
}
|
||||||
|
|
||||||
partition root-a {
|
partition root0 {
|
||||||
partition-type = 0x83
|
partition-type = 0x83
|
||||||
image = "rootfs.squashfs"
|
image = "rootfs.squashfs"
|
||||||
size = 256M
|
size = 256M
|
||||||
}
|
}
|
||||||
|
|
||||||
partition root-b {
|
partition root1 {
|
||||||
partition-type = 0x83
|
partition-type = 0x83
|
||||||
size = 256M
|
size = 256M
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user