]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
flash-images: Drop 2gb-ext4 from image filename
authorMichael Tremer <michael.tremer@ipfire.org>
Mon, 8 Aug 2022 20:27:42 +0000 (20:27 +0000)
committerPeter Müller <peter.mueller@ipfire.org>
Tue, 9 Aug 2022 10:23:55 +0000 (10:23 +0000)
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 <michael.tremer@ipfire.org>
lfs/flash-images

index b4fde8dd96125e2fc25b81cf77bab89f2e3350a9..af78f5de964b86da740d18d984ebdd77c031ed98 100644 (file)
@@ -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