* [PATCH] installer: Increase size of /boot to 256 MiB
@ 2022-08-07 12:00 Michael Tremer
2022-08-08 10:12 ` Peter Müller
0 siblings, 1 reply; 2+ messages in thread
From: Michael Tremer @ 2022-08-07 12:00 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 844 bytes --]
On some installations, we are running out of space on the /boot
partition due to growing sizes of the ramdisk and the kernel.
To accomodate for that and have room to grow in the future, we increase
the size of the partition to 256 MiB.
Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>
---
src/installer/hw.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/installer/hw.c b/src/installer/hw.c
index 0ed6050b3..236737c8e 100644
--- a/src/installer/hw.c
+++ b/src/installer/hw.c
@@ -492,7 +492,7 @@ static unsigned long long hw_swap_size(struct hw_destination* dest) {
}
static unsigned long long hw_boot_size(struct hw_destination* dest) {
- return MB2BYTES(128);
+ return MB2BYTES(256);
}
static int hw_device_has_p_suffix(const struct hw_destination* dest) {
--
2.30.2
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] installer: Increase size of /boot to 256 MiB
2022-08-07 12:00 [PATCH] installer: Increase size of /boot to 256 MiB Michael Tremer
@ 2022-08-08 10:12 ` Peter Müller
0 siblings, 0 replies; 2+ messages in thread
From: Peter Müller @ 2022-08-08 10:12 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 936 bytes --]
Reviewed-by: Peter Müller <peter.mueller(a)ipfire.org>
> On some installations, we are running out of space on the /boot
> partition due to growing sizes of the ramdisk and the kernel.
>
> To accomodate for that and have room to grow in the future, we increase
> the size of the partition to 256 MiB.
>
> Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>
> ---
> src/installer/hw.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/src/installer/hw.c b/src/installer/hw.c
> index 0ed6050b3..236737c8e 100644
> --- a/src/installer/hw.c
> +++ b/src/installer/hw.c
> @@ -492,7 +492,7 @@ static unsigned long long hw_swap_size(struct hw_destination* dest) {
> }
>
> static unsigned long long hw_boot_size(struct hw_destination* dest) {
> - return MB2BYTES(128);
> + return MB2BYTES(256);
> }
>
> static int hw_device_has_p_suffix(const struct hw_destination* dest) {
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-08-08 10:12 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-07 12:00 [PATCH] installer: Increase size of /boot to 256 MiB Michael Tremer
2022-08-08 10:12 ` Peter Müller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox