1
0
mirror of https://github.com/home-assistant/operating-system.git synced 2026-05-01 22:23:52 +01:00
Files
operating-system/buildroot/board/ci40/genimage.cfg
2018-03-17 23:47:00 +00:00

13 lines
142 B
INI

# Minimal SD card image
#
image sdcard.img {
hdimage {
}
partition rootfs {
partition-type = 0x83
image = "rootfs.ext4"
}
}