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