X86 generic snapshot increased image size

Just ran a compile for x86 generic snapshot and the efi combined image gz size has increased from ~16M (oct 23) to ~49M (dec 23)
I haven't altered my build script/options since previous builds.
Obviously something has changed Q. is it intentional change (why) or is something broken?

make -j2 image PROFILE="generic" FILES="./files" PACKAGES="lsblk pciutils fdisk losetup f2fs-tools unzip tar htop irqbalance ip-full \
                                            -dnsmasq dnsmasq-full resolveip ipset uclient-fetch dmidecode atop netatop mtr-json \
                                            luci luci-app-banip luci-app-statistics luci-app-sqm luci-app-wol luci-app-fwknopd luci-app-watchcat \
                                            luci-app-wireguard luci-app-adblock luci-proto-vxlan \
                                            collectd collectd-mod-cpu collectd-mod-interface collectd-mod-load collectd-mod-memory collectd-mod-network \
                                            collectd-mod-ping collectd-mod-processes collectd-mod-uptime"

Thanks.
Note to self, learn to search github for bugs.

You should be able to remove all those new packages using imagebuilder (it's a bit cumbersome, due to the number of packages).

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.