From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Wed, 18 Aug 2021 22:58:31 +0200 Received: from metis.ext.pengutronix.de ([2001:67c:670:201:290:27ff:fe1d:cc33]) by lore.white.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1mGSdr-0007hj-6h for lore@lore.pengutronix.de; Wed, 18 Aug 2021 22:58:31 +0200 Received: from localhost ([127.0.0.1] helo=metis.ext.pengutronix.de) by metis.ext.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1mGSdq-0004t3-Fk; Wed, 18 Aug 2021 22:58:30 +0200 Received: from dude.hi.pengutronix.de ([2001:67c:670:100:1d::7]) by metis.ext.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mGSdi-0004sp-Me; Wed, 18 Aug 2021 22:58:22 +0200 Received: from rhi by dude.hi.pengutronix.de with local (Exim 4.92) (envelope-from ) id 1mGSdi-0006qk-DG; Wed, 18 Aug 2021 22:58:22 +0200 From: Roland Hieber To: distrokit@pengutronix.de Date: Wed, 18 Aug 2021 22:58:19 +0200 Message-Id: <20210818205819.26285-1-rhi@pengutronix.de> X-Mailer: git-send-email 2.30.2 MIME-Version: 1.0 Subject: [DistroKit] [PATCH] v7a: vexpress: increase root partition size X-BeenThere: distrokit@pengutronix.de X-Mailman-Version: 2.1.29 Precedence: list List-Id: DistroKit Mailinglist List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Roland Hieber Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "DistroKit" X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: distrokit-bounces@pengutronix.de X-SA-Exim-Scanned: No (on metis.ext.pengutronix.de); SAEximRunCond expanded to false 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 --- 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