[elbe-devel] [PATCH 5/5] examples x86_64-pc-hdimg-grub-uefi-stretch: add <set_packer>
Torben Hohn
torben.hohn at linutronix.de
Mon Jan 28 10:01:16 CET 2019
use set_packer to turn off compression of sda1.img and
use tarxz compression for sda2.img
Signed-off-by: Torben Hohn <torben.hohn at linutronix.de>
---
examples/x86_64-pc-hdimg-grub-uefi-stretch.xml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/examples/x86_64-pc-hdimg-grub-uefi-stretch.xml b/examples/x86_64-pc-hdimg-grub-uefi-stretch.xml
index 52d7d498..85d7cb2c 100644
--- a/examples/x86_64-pc-hdimg-grub-uefi-stretch.xml
+++ b/examples/x86_64-pc-hdimg-grub-uefi-stretch.xml
@@ -81,6 +81,8 @@
<extract_partition part="1">sda1.img</extract_partition>
<extract_partition part="2">sda2.img</extract_partition>
</losetup>
+ <set_packer packer="none">sda1.img</set_packer>
+ <set_packer packer="tarxz">sda2.img</set_packer>
</project-finetuning>
</target>
</ns0:RootFileSystem>
--
2.11.0
More information about the elbe-devel
mailing list