[elbe-devel] [PATCH 9/9] examples: add a <project-finetuning> section
Torben Hohn
torben.hohn at linutronix.de
Wed Nov 28 17:29:04 CET 2018
add <project-finetuning> to x86_64-pc-hdimg-grub-uefi-stretch.xml
this file was selected, because it generates an image with more
than one partition, and its not a cross build.
Signed-off-by: Torben Hohn <torben.hohn at linutronix.de>
---
examples/x86_64-pc-hdimg-grub-uefi-stretch.xml | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/examples/x86_64-pc-hdimg-grub-uefi-stretch.xml b/examples/x86_64-pc-hdimg-grub-uefi-stretch.xml
index 61073e2e..fa9595e1 100644
--- a/examples/x86_64-pc-hdimg-grub-uefi-stretch.xml
+++ b/examples/x86_64-pc-hdimg-grub-uefi-stretch.xml
@@ -76,5 +76,11 @@
<pkg>grub-efi-amd64</pkg>
<pkg>linux-image-amd64</pkg>
</pkg-list>
+ <project-finetuning>
+ <mount_drive img="sda.img">
+ <extract_partition part="1">sda1.img</extract_partition>
+ <extract_partition part="2">sda2.img</extract_partition>
+ </mount_drive>
+ </project-finetuning>
</target>
</ns0:RootFileSystem>
--
2.11.0
More information about the elbe-devel
mailing list