All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] osstest: bump /boot partition to 1G
@ 2024-01-15 14:18 Roger Pau Monne
  2024-01-15 15:08 ` Anthony PERARD
  0 siblings, 1 reply; 3+ messages in thread
From: Roger Pau Monne @ 2024-01-15 14:18 UTC (permalink / raw)
  To: xen-devel; +Cc: anthony.perard, iwj, Roger Pau Monne, Jan Beulich

Increase the size of the boot partition, as arm64 initrd is already exhausting
all the space:

update-initramfs: Generating /boot/initrd.img-6.7.0+
gzip: stdout: No space left on device

Reported-by: Jan Beulich <jbeulich@suse.com>
Signed-off-by: Roger Pau Monné <roger.pau@citrix.com>
---
 Osstest.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Osstest.pm b/Osstest.pm
index 7776ba88c6e2..a559ca4ea8b6 100644
--- a/Osstest.pm
+++ b/Osstest.pm
@@ -94,7 +94,7 @@ our %c = qw(
     HostProp_GenEtherPrefixBase 5e:36:0e:f5
 
     HostDiskESP    300
-    HostDiskBoot   300
+    HostDiskBoot  1000
     HostDiskRoot 20000
     HostDiskSwap  2000
 
-- 
2.43.0



^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-01-15 15:26 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-15 14:18 [PATCH] osstest: bump /boot partition to 1G Roger Pau Monne
2024-01-15 15:08 ` Anthony PERARD
2024-01-15 15:26   ` Roger Pau Monné

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.