From b6a0dc4bcafb1df2008c941ad35c23b5cd858490 Mon Sep 17 00:00:00 2001 From: parazyd Date: Wed, 13 Jan 2021 19:00:25 +0100 Subject: [PATCH] Double the size of the /boot partition. --- config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config b/config index e6a8685..a2f40ad 100644 --- a/config +++ b/config @@ -22,8 +22,8 @@ imageformat="qcow2" #imageformat=raw parted_type="dos" -dos_boot="ext4 2048s 264191s" -dos_root="ext4 264192s 100%" +dos_boot="ext4 2048s 528382s" +dos_root="ext4 528383s 100%" bootfs="ext4" rootfs="ext4"