[gnome-build-meta/valentindavid/gnome-os-wip: 1/17] vm: Increase the size of the boot partition



commit 00f59d5eb3f533747140474f7d7e6180d45ae76f
Author: Valentin David <valentin david codethink co uk>
Date:   Thu Jun 25 14:08:49 2020 +0200

    vm: Increase the size of the boot partition
    
    For the moment the kernel with initramfs is around 35M. If there are
    3 successive updates that include kernel/initramfs updates, then
    for a short time the /boot disk will need to have 3 sets of kernels.
    This is more than 100M so it fails.
    
    Also it is likely that the kernel and initramfs will slowly increase
    with the time. Resizing a boot partition is a bit too annoying for
    most people to do. So 500M should be a safe bet for a long time,
    rather than going for 200M.

 elements/vm/image.bst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/elements/vm/image.bst b/elements/vm/image.bst
index a65e296e..6d8d7900 100644
--- a/elements/vm/image.bst
+++ b/elements/vm/image.bst
@@ -76,7 +76,7 @@ config:
             extraargs = "-F32 -n EFI"
         }
         mountpoint = "/boot"
-        size = 100M
+        size = 500M
     }
     image root.img {
         ext4  {


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]