From patchwork Fri Feb 4 16:47:34 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michael Tremer X-Patchwork-Id: 5062 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4Jr1gj4n1kz3wsl for ; Fri, 4 Feb 2022 16:48:17 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4Jr1gP1dxLz5FP; Fri, 4 Feb 2022 16:48:01 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4Jr1gM73M4z32Mb; Fri, 4 Feb 2022 16:47:59 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4Jr1gK4XH4z315y for ; Fri, 4 Feb 2022 16:47:57 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4Jr1gK3THnz4k9; Fri, 4 Feb 2022 16:47:57 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1643993277; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=HwV387+R4t1Yx0Nlu7Eg4Hh3bwqXHWVgRYiJtO97Y2g=; b=LVStKRbAjc2eor2f2aDZZtLQxzvNs56AsCr+dFNqlLS2AQZ+QAzTYC9pdUuJ6gY/+bk12b N7EbBI+RNT/udkCw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1643993277; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=HwV387+R4t1Yx0Nlu7Eg4Hh3bwqXHWVgRYiJtO97Y2g=; b=CuRQjqnBkpu9WX/5qruLZZoXOfFG/BrEM0zJZJBLgSTD0r0jxz8myNXHNk3sWaQ8L6DRAZ 89pYDvY0hEb4Du48zadmlXF8X02kdiTf7v4ySJgZYT70xAtoAGQdVOuEjJv93EMA3nfQTN b4ZKxs9WZzvlRRBad1IkWO5qWxHo4zC6elZD3XsEER/mk8diB5gjvvETUKTjb6zPXmd/ZJ EKPBlMHOWzEoYtbI6YB9cxKypC6CCvCQqn7GscGjo+/DQ0A0VniG5CfkaVmGdITv+/XCeN 7VNGvSWHa9BAoy8E20Y3yAHSN2HTJozizz5ggJk0qShUapNlvzggb09Olj8j6Q== From: Michael Tremer To: development@lists.ipfire.org Subject: [PATCH 14/28] flash-images: Increase size of root partition to 1800 MB Date: Fri, 4 Feb 2022 16:47:34 +0000 Message-Id: <20220204164748.315559-14-michael.tremer@ipfire.org> In-Reply-To: <20220204164748.315559-1-michael.tremer@ipfire.org> References: <20220204164748.315559-1-michael.tremer@ipfire.org> MIME-Version: 1.0 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Michael Tremer Errors-To: development-bounces@lists.ipfire.org Sender: "Development" Signed-off-by: Michael Tremer --- lfs/flash-images | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/flash-images b/lfs/flash-images index 0abb23b0a..2cc81c37b 100644 --- a/lfs/flash-images +++ b/lfs/flash-images @@ -78,9 +78,9 @@ else endif # /boot: 128MB - OFFSET -# / : 1600 MB +# / : 1800 MB S_BOOT := $(shell echo $$(( 262144 - $(S_OFFSET) ))) -S_ROOT := 3354038 +S_ROOT := 3773292 ifeq "$(EFI)" "1" S_EFI = 65536 # 32 MB