From 449f4a3f52e0e917397598c698d8f9e4bfc1df1c Mon Sep 17 00:00:00 2001 From: Darren Archibald Date: Wed, 29 Jan 2025 04:58:46 -0800 Subject: [PATCH] Increase default /boot size to 1GB Signed-off-by: Josue David Hernandez Gutierrez Signed-off-by: Alex Burmashev size { @@ -718,7 +718,7 @@ func (pt *PartitionTable) ensureLVM() error { // we need a /boot partition to boot LVM, ensure one exists bootPath := entityPath(pt, "/boot") if bootPath == nil { - _, err := pt.CreateMountpoint("/boot", 512*datasizes.MiB) + _, err := pt.CreateMountpoint("/boot", 1024*datasizes.MiB) if err != nil { return err -- 2.31.1