[elbe-devel] [PATCH 5/9] tests simple-amd64-with-grub-tighten: add binary partition
Bastian Germann
bage at linutronix.de
Tue Dec 15 14:49:21 CET 2020
Am 14.12.20 um 17:41 schrieb Torben Hohn:
> test the new <binary> node.
>
> Signed-off-by: Torben Hohn <torben.hohn at linutronix.de>
Reviewed-by: Bastian Germann <bage 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>
>
>
More information about the elbe-devel
mailing list