DistroKit Mailinglist
 help / color / mirror / Atom feed
* [DistroKit] [PATCH] v7a: vexpress: increase root partition size
@ 2021-08-18 20:58 Roland Hieber
  2021-08-19 12:57 ` Robert Schwebel
  0 siblings, 1 reply; 2+ messages in thread
From: Roland Hieber @ 2021-08-18 20:58 UTC (permalink / raw)
  To: distrokit; +Cc: Roland Hieber

The current rootfs has a size of about 55 MiB, which does not leave much
space until 64 MiB if additional kernel features or userspace packages
are enabled. Increase the partition size so that vexpress.hdimg fills
the next larger power of two, which qemu is very picky about.

Signed-off-by: Roland Hieber <rhi@pengutronix.de>
---
 configs/platform-v7a/config/images/vexpress.config | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/configs/platform-v7a/config/images/vexpress.config b/configs/platform-v7a/config/images/vexpress.config
index 17fcf5ec414c..d51a58be2893 100644
--- a/configs/platform-v7a/config/images/vexpress.config
+++ b/configs/platform-v7a/config/images/vexpress.config
@@ -6,7 +6,7 @@ image @IMAGE@ {
 	partition root-A {
 		image = root.ext2
 		partition-type = 0x83
-		size = 64M
+		size = 192M
 	}
 	partition data {
 		partition-type = 0x83
@@ -21,7 +21,7 @@ image @IMAGE@ {
 	partition end {
 		image = /dev/null
 		size = 1M
-		offset = 128M
+		offset = 256M
 		in-partition-table = false
 	}
 }
-- 
2.30.2


_______________________________________________
DistroKit mailing list
DistroKit@pengutronix.de


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-08-19 12:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-18 20:58 [DistroKit] [PATCH] v7a: vexpress: increase root partition size Roland Hieber
2021-08-19 12:57 ` Robert Schwebel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox