mirror of
https://github.com/FunKey-Project/FunKey-OS.git
synced 2026-03-19 10:22:46 +01:00
working automatic partition update
Signed-off-by: Michel Stempin <michel.stempin@wanadoo.fr>
This commit is contained in:
@@ -2,13 +2,21 @@ software =
|
||||
{
|
||||
version = "0.6";
|
||||
|
||||
hardware-compatibility = [ "#RE:^Rev\.[A-E]$" ];
|
||||
hardware-compatibility = [ "#RE:^Rev\.[D-E]$" ];
|
||||
|
||||
images: (
|
||||
{
|
||||
filename = "rootfs.ext2.tar.gz";
|
||||
filename = "rootfs.ext2.gz";
|
||||
device = "/dev/mmcblk0p2";
|
||||
compression = "zlib";
|
||||
type = "raw";
|
||||
installed-directly = true;
|
||||
compressed = "zlib";
|
||||
}
|
||||
);
|
||||
scripts: (
|
||||
{
|
||||
filename = "update_partition";
|
||||
type = "shellscript";
|
||||
}
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user