you are viewing a single comment's thread
view the rest of the comments
[–] 14 points 2 years ago (1 child)

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

  • source
  • hideshow 2 child comments
  • [–] [S] 12 points 2 years ago (2 children)

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

  • source
  • parent
  • hideshow 4 child comments
  • [–] 12 points 2 years ago (2 children)

    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.

  • source
  • parent
  • hideshow 4 child comments
  • [–] [S] 2 points 2 years ago (1 child)

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

  • source
  • parent
  • hideshow 2 child comments