From ffbef150ca5fcfbc13cd69de1e5e6ba299bc0783 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Mon, 11 Jun 2018 08:40:13 +0000 Subject: [PATCH] Fix partition layout Signed-off-by: Pascal Vizeli --- buildroot-external/scripts/hdd-image.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildroot-external/scripts/hdd-image.sh b/buildroot-external/scripts/hdd-image.sh index ad2a2eb20..3014ca07c 100755 --- a/buildroot-external/scripts/hdd-image.sh +++ b/buildroot-external/scripts/hdd-image.sh @@ -12,7 +12,7 @@ DATA_UUID="a52a4597-fa3a-4851-aefd-2fbe9f849079" BOOT_SIZE=32M BOOTSTATE_SIZE=8M SYSTEM_SIZE=256M -KERNEL_SIZE=16M +KERNEL_SIZE=24M OVERLAY_SIZE=96M DATA_SIZE=1G