summaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authorRoland Hieber <rhi@pengutronix.de>2021-08-18 22:58:19 +0200
committerRobert Schwebel <r.schwebel@pengutronix.de>2021-08-19 14:57:18 +0200
commitbbd2bc2ecb5d97b1ec3ae6e3111547621d51da92 (patch)
treea2d3775c2b32fb1a0273ab346a91df54e5a10c70 /configs
parentd4fa50769d42c1df297c152274d5a076fbe99579 (diff)
downloadDistroKit-bbd2bc2ecb5d97b1ec3ae6e3111547621d51da92.tar.gz
DistroKit-bbd2bc2ecb5d97b1ec3ae6e3111547621d51da92.tar.xz
v7a: vexpress: increase root partition size
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> Link: https://lore.pengutronix.de/20210818205819.26285-1-rhi@pengutronix.de Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
Diffstat (limited to 'configs')
-rw-r--r--configs/platform-v7a/config/images/vexpress.config4
1 files changed, 2 insertions, 2 deletions
diff --git a/configs/platform-v7a/config/images/vexpress.config b/configs/platform-v7a/config/images/vexpress.config
index 17fcf5e..d51a58b 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
}
}