From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: development@lists.ipfire.org Subject: [PATCH] flash-images: Drop 2gb-ext4 from image filename Date: Mon, 08 Aug 2022 20:27:42 +0000 Message-ID: <20220808202742.1120200-1-michael.tremer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5348941577653739471==" List-Id: --===============5348941577653739471== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable 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 =3D /dev/mapper/$(patsubst /dev/%,%,$(DEVICE))p3 =20 -IMAGE_FILE =3D /install/images/$(SNAME)-$(VERSION).2gb-ext4.$(BUILD_ARCH)-fu= ll-core$(CORE).img.xz +IMAGE_FILE =3D /install/images/$(SNAME)-$(VERSION)-core$(CORE)-$(BUILD_ARCH)= .img.xz =20 FSTAB_FMT =3D UUID=3D%s %-8s %-4s %-10s %d %d\n =20 --=20 2.30.2 --===============5348941577653739471==--