From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: development@lists.ipfire.org Subject: Re: [PATCH 04/17] installer: Disable seperate boot partition Date: Mon, 18 Mar 2024 16:05:13 +0000 Message-ID: In-Reply-To: <20240315191442.3951-5-stefan.schantl@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8999262028165144996==" List-Id: --===============8999262028165144996== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Can we have Arne sign off on this? We could in theory only disable the /boot partition when people have selected= btrfs. The flash image will keep a /boot partition and I don=E2=80=99t like this kin= d of inconsistencies between different installation types. -Michael > On 15 Mar 2024, at 19:14, Stefan Schantl wrot= e: >=20 > This will merge /boot and / to be on the same partition. >=20 > Signed-off-by: Stefan Schantl > --- > 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 b9ed92459..81be87471 100644 > --- a/src/installer/hw.c > +++ b/src/installer/hw.c > @@ -490,7 +490,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(512); > + return 0; > } >=20 > static int hw_device_has_p_suffix(const struct hw_destination* dest) { > --=20 > 2.39.2 >=20 --===============8999262028165144996==--