29 lines
465 B
INI
29 lines
465 B
INI
image boot.vfat {
|
|
vfat {
|
|
files = {
|
|
"tiboot3.bin",
|
|
"tispl.bin",
|
|
"u-boot.bin"
|
|
}
|
|
}
|
|
size = 64M
|
|
}
|
|
|
|
image flip_os_base.img {
|
|
hdimage {
|
|
partition-table-type = "mbr"
|
|
}
|
|
|
|
partition boot {
|
|
partition-type = 0x0C
|
|
bootable = "true"
|
|
image = "boot.vfat"
|
|
offset = 1M
|
|
}
|
|
|
|
partition rootfs {
|
|
partition-type = 0x83
|
|
image = "rootfs.btrfs"
|
|
}
|
|
}
|