[gnome-build-meta/valentindavid/bigger-boot-partition] vm: Increase the size of the boot partition
- From: Valentin David <valentindavid src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-build-meta/valentindavid/bigger-boot-partition] vm: Increase the size of the boot partition
- Date: Thu, 25 Jun 2020 12:12:05 +0000 (UTC)
commit 77dde51a36e7199e5c7ecc654f4410cef796a775
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]