From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter =?utf-8?q?M=C3=BCller?= To: development@lists.ipfire.org Subject: Re: [PATCH] installer: Increase size of /boot to 256 MiB Date: Mon, 08 Aug 2022 10:12:02 +0000 Message-ID: <2b516a4b-a7ee-6d91-cd63-8679b9f1fe19@ipfire.org> In-Reply-To: <20220807120055.850158-1-michael.tremer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5422289124542018948==" List-Id: --===============5422289124542018948== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Reviewed-by: Peter M=C3=BCller > On some installations, we are running out of space on the /boot > partition due to growing sizes of the ramdisk and the kernel. >=20 > To accomodate for that and have room to grow in the future, we increase > the size of the partition to 256 MiB. >=20 > Signed-off-by: Michael Tremer > --- > src/installer/hw.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >=20 > 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_destin= ation* dest) { > } > =20 > static unsigned long long hw_boot_size(struct hw_destination* dest) { > - return MB2BYTES(128); > + return MB2BYTES(256); > } > =20 > static int hw_device_has_p_suffix(const struct hw_destination* dest) { --===============5422289124542018948==--