I’ve always been curious about the 2 GB max size. When the internet was slow and HDs were expensive it made perfect sense. But I am curious why not 3 GB or 4 GB? No rush - just curious. Jon > On Aug 8, 2022, at 3:27 PM, Michael Tremer wrote: > > 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 > > -- > 2.30.2 >