mirror of
https://github.com/home-assistant/operating-system.git
synced 2026-05-01 22:23:52 +01:00
13 lines
142 B
INI
13 lines
142 B
INI
# Minimal SD card image
|
|
#
|
|
|
|
image sdcard.img {
|
|
hdimage {
|
|
}
|
|
|
|
partition rootfs {
|
|
partition-type = 0x83
|
|
image = "rootfs.ext4"
|
|
}
|
|
}
|