Can I make it fit, or do I have to just let it go?
Can I make it fit, or do I have to just let it go?
I think you could mount the iso and manually delete the packages you dont want. Mounting an iso is as easy as
# mount -o loop /path/to/iso /path/to/mountpointYou can also chroot into it while it is mounted: https://wiki.archlinux.org/title/Chroot
Disclaimer, I am not sure if deleting files inside the iso makes it weight less.