mirror of
https://github.com/home-assistant/operating-system.git
synced 2026-05-02 06:32:42 +01:00
17 lines
227 B
INI
17 lines
227 B
INI
image sdcard.img {
|
|
hdimage {
|
|
}
|
|
|
|
partition uboot {
|
|
in-partition-table = "no"
|
|
image = "flash-image.bin"
|
|
offset = 0x200000
|
|
}
|
|
|
|
partition rootfs {
|
|
partition-type = 0x83
|
|
offset = 0x2200000
|
|
image = "rootfs.ext4"
|
|
}
|
|
}
|