From fb3f8612bc67a2c25f16110e3548ceead9bf74ca Mon Sep 17 00:00:00 2001 From: Calin Crisan Date: Fri, 23 Nov 2018 11:06:06 +0200 Subject: [PATCH] Increase boot + root partition reserved space to 1GB --- board/common/overlay/etc/init.d/S00datapart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/board/common/overlay/etc/init.d/S00datapart b/board/common/overlay/etc/init.d/S00datapart index 805e888e59..f8b2747c07 100755 --- a/board/common/overlay/etc/init.d/S00datapart +++ b/board/common/overlay/etc/init.d/S00datapart @@ -23,7 +23,7 @@ case "$1" in test -b $data_dev && exit 0 msg_begin "Creating data partition" - data_start=$((512 * 2048)) # up to 512MB reserved for boot + root + data_start=$((1024 * 2048)) # up to 1024MB reserved for boot + root echo -e "n p 3