[elbe-devel] [PATCH 03/11] tests: increase root partition size
Torben Hohn
torben.hohn at linutronix.de
Mon Mar 14 14:48:18 CET 2022
The base image might be 1.1 GB (linux-image now seems to have >400MB of
modules.
Increase the size to 1900 GiB
Signed-off-by: Torben Hohn <torben.hohn at linutronix.de>
---
tests/simple-amd64-bookworm.xml | 2 +-
tests/simple-amd64-with-grub.xml | 2 +-
tests/simple-arm64.xml | 2 +-
tests/simple-armhf.xml | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/tests/simple-amd64-bookworm.xml b/tests/simple-amd64-bookworm.xml
index 83958c046..fe2c31a73 100644
--- a/tests/simple-amd64-bookworm.xml
+++ b/tests/simple-amd64-bookworm.xml
@@ -33,7 +33,7 @@
<size>2000MiB</size>
<grub-install />
<partition>
- <size>1000MiB</size>
+ <size>1900MiB</size>
<label>rfs</label>
</partition>
<partition>
diff --git a/tests/simple-amd64-with-grub.xml b/tests/simple-amd64-with-grub.xml
index 293d86f25..5ad310297 100644
--- a/tests/simple-amd64-with-grub.xml
+++ b/tests/simple-amd64-with-grub.xml
@@ -33,7 +33,7 @@
<size>2000MiB</size>
<grub-install />
<partition>
- <size>1000MiB</size>
+ <size>1900MiB</size>
<label>rfs</label>
</partition>
<partition>
diff --git a/tests/simple-arm64.xml b/tests/simple-arm64.xml
index 624de86d1..cdca7e20c 100644
--- a/tests/simple-arm64.xml
+++ b/tests/simple-arm64.xml
@@ -33,7 +33,7 @@
<size>2000MiB</size>
<grub-install />
<partition>
- <size>1000MiB</size>
+ <size>1900MiB</size>
<label>rfs</label>
</partition>
<partition>
diff --git a/tests/simple-armhf.xml b/tests/simple-armhf.xml
index e538ddf3c..b50f24a51 100644
--- a/tests/simple-armhf.xml
+++ b/tests/simple-armhf.xml
@@ -33,7 +33,7 @@
<size>2000MiB</size>
<grub-install />
<partition>
- <size>1000MiB</size>
+ <size>1900MiB</size>
<label>rfs</label>
</partition>
<partition>
--
2.20.1
More information about the elbe-devel
mailing list