FunKey-OS/FunKey/board/funkey/sw-description
Michel-FK 7a7eef2fae revert to MBR
Signed-off-by: Michel-FK <michel.stempin@funkey-project.com>
2020-11-26 23:23:26 +01:00

23 lines
385 B
Plaintext

software =
{
version = "1.1.0";
hardware-compatibility = [ "#RE:^Rev\.[D-E]$" ];
images: (
{
filename = "rootfs.ext2.gz";
device = "/dev/mmcblk0p2";
type = "raw";
installed-directly = true;
compressed = "zlib";
}
);
scripts: (
{
filename = "update_partition";
type = "shellscript";
}
);
}