From 1cd7300e1029967ead17d5681dbd8352e4c620e1 Mon Sep 17 00:00:00 2001 From: "Baeuerle, Florian" Date: Mon, 30 Jul 2018 12:50:36 +0000 Subject: image-root-squashfs: add rules for generic squashfs image This adds rules for generating a squashfs image from the root filesystem via genimage. --- config/images/squashfs.config | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 config/images/squashfs.config (limited to 'config') diff --git a/config/images/squashfs.config b/config/images/squashfs.config new file mode 100644 index 000000000..605fcb7a5 --- /dev/null +++ b/config/images/squashfs.config @@ -0,0 +1,8 @@ +image @IMAGE@ { + squashfs { + extraargs = "@EXTRA_ARGS@" + compression = @COMPRESSION_MODE@ + block-size = @BLOCK_SIZE@ + } + name = "root" +} -- cgit v1.2.3