• @db2
    link
    147 months ago

    Maybe build your own iso that doesn’t include the things you won’t use?

    • Séra BalázsOP
      link
      127 months ago

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

      • Programmer Belch
        link
        fedilink
        English
        127 months 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.

        • Séra BalázsOP
          link
          27 months ago

          I might try this for the next install, thank you!

          • @[email protected]
            link
            fedilink
            157 months ago

            Just FYI, Arch Linux has a tool called Archiso that you can use to create live ISO image. You can copy the default releng config and edit the package list accordingly.

            • Séra BalázsOP
              link
              47 months ago

              This is another good looking solution!

      • @db2
        link
        37 months ago

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