From patchwork Mon Aug 8 20:27:42 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michael Tremer X-Patchwork-Id: 5849 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) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4M1nnh74tBz3x1v for ; Mon, 8 Aug 2022 20:27:52 +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) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4M1nnf6mtbzr1; Mon, 8 Aug 2022 20:27:50 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4M1nnf5Jn3z2ydm; Mon, 8 Aug 2022 20:27:50 +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) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4M1nnd0MZPz2xLb for ; Mon, 8 Aug 2022 20:27:49 +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 4M1nnb6XVmzqV; Mon, 8 Aug 2022 20:27:47 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1659990467; 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; bh=+ixJKDdzo4zesX/tYRi4bu9Jxen92Ju5i5gqvV37iBI=; b=0W5TnNE1xSsY6NtzwQHGMBtSh71IE7+lSNWDSVpL73iH1sCyvCbywbdpkB1HZX0QM3OfQ1 NicaxtVbph4/SBAQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1659990467; 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; bh=+ixJKDdzo4zesX/tYRi4bu9Jxen92Ju5i5gqvV37iBI=; b=obcIxaIYq0CgvdAX9UHHtrwVdme5dK5sKwThtkfEcJxkxt7Vw8O2zMCMGDHEbPNA+oBFpQ +heZpZf7/oRulP6FUqCsQqUvkcbjkSVnGSepf10zidA3k4oM53cSerzJ9IFt8EPpvRKk5O G0iltdPcORWOu0/krsm9T3N5aKzk2ZiBFDQi13cDxBA9wpdgYJddBEfvE+3YtjVjCpKOOk 3L92E0N8ZwjlqMX1VzA3kEMZjPl4rvp7IH9VhYHoCik3NYKgUmQWF9aPvA/xgMl+71CLQY udB4z4LHWzR8l60c6Esw8e7Le8kNZiZ1vm4qjsngGtH3PNdO3K2tnNz/QTo2Dw== From: Michael Tremer To: development@lists.ipfire.org Subject: [PATCH] flash-images: Drop 2gb-ext4 from image filename Date: Mon, 8 Aug 2022 20:27:42 +0000 Message-Id: <20220808202742.1120200-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" This is now being dropped since the image won't fit onto a 2GB device any more and since there is only one type of image, we don't need to state the filesystem type. Signed-off-by: Michael Tremer --- lfs/flash-images | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lfs/flash-images b/lfs/flash-images index b4fde8dd9..af78f5de9 100644 --- a/lfs/flash-images +++ b/lfs/flash-images @@ -36,7 +36,7 @@ ifeq "$(EFI)" "1" endif PART_ROOT = /dev/mapper/$(patsubst /dev/%,%,$(DEVICE))p3 -IMAGE_FILE = /install/images/$(SNAME)-$(VERSION).2gb-ext4.$(BUILD_ARCH)-full-core$(CORE).img.xz +IMAGE_FILE = /install/images/$(SNAME)-$(VERSION)-core$(CORE)-$(BUILD_ARCH).img.xz FSTAB_FMT = UUID=%s %-8s %-4s %-10s %d %d\n