[elbe-devel] [PATCH 5/9] tests simple-amd64-with-grub-tighten: add binary partition
Torben Hohn
torben.hohn at linutronix.de
Mon Dec 14 17:41:09 CET 2020
test the new <binary> node.
Signed-off-by: Torben Hohn <torben.hohn at linutronix.de>
---
tests/simple-amd64-with-grub-tighten.xml | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/tests/simple-amd64-with-grub-tighten.xml b/tests/simple-amd64-with-grub-tighten.xml
index 65283c423..1d79cff28 100644
--- a/tests/simple-amd64-with-grub-tighten.xml
+++ b/tests/simple-amd64-with-grub-tighten.xml
@@ -33,9 +33,14 @@
<size>2000MiB</size>
<grub-install />
<partition>
- <size>remain</size>
+ <size>1000MiB</size>
<label>rfs</label>
</partition>
+ <partition>
+ <size>64kB</size>
+ <label>bindata</label>
+ <binary>/etc/hosts</binary>
+ </partition>
</msdoshd>
</images>
--
2.20.1
More information about the elbe-devel
mailing list