From 433e4bf971a7211fbd14c55f1752a3729286a1ae Mon Sep 17 00:00:00 2001 From: bryan Date: Thu, 20 Jul 2023 09:38:12 -0400 Subject: [PATCH] Profiles: increase boot part size --- profiles | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/profiles b/profiles index b6b2a1e..66b7a46 100644 --- a/profiles +++ b/profiles @@ -53,7 +53,8 @@ r4s['packages']="\ r4s['kopts']="\ CONFIG_KERNEL_BTRFS_FS_POSIX_ACL=y \ CONFIG_BTRFS_PROGS_ZSTD=y \ - CONFIG_TARGET_ROOTFS_PARTSIZE=1024" + CONFIG_TARGET_ROOTFS_PARTSIZE=1024 \ + CONFIG_TARGET_KERNEL_PARTSIZE=128" r4s['files']="\ /mnt/backup" @@ -120,7 +121,8 @@ n5100['packages']="\ n5100['kopts']="\ CONFIG_KERNEL_BTRFS_FS_POSIX_ACL=y \ CONFIG_BTRFS_PROGS_ZSTD=y \ - CONFIG_TARGET_ROOTFS_PARTSIZE=1024" + CONFIG_TARGET_ROOTFS_PARTSIZE=1024 \ + CONFIG_TARGET_KERNEL_PARTSIZE=128" n5100['files']="\ /mnt/backup"