• Séra BalázsOP
      link
      fedilink
      121 year ago

      Yes, but I don’t know how to do that. I might do some research on it tho.

      • @[email protected]
        link
        fedilink
        31 year ago

        I don’t know either, sorry… but there’s obviously a way. 🤣 If you find a good howto share a link.

      • Programmer Belch
        link
        fedilink
        English
        121 year ago

        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/mountpoint
        

        You 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.