mirror of
https://github.com/home-assistant/operating-system.git
synced 2026-05-03 07:02:03 +01:00
15 lines
160 B
INI
15 lines
160 B
INI
image sdcard.img {
|
|
hdimage {
|
|
}
|
|
|
|
partition unused {
|
|
size = 512B
|
|
}
|
|
|
|
partition rootfs {
|
|
partition-type = 0x83
|
|
image = "rootfs.ext4"
|
|
size = 256M
|
|
}
|
|
}
|