this post was submitted on 15 May 2024
493 points (99.0% liked)

linuxmemes

19842 readers
917 users here now

I use Arch btw


Sister communities:

Community rules

  1. Follow the site-wide rules and code of conduct
  2. Be civil
  3. Post Linux-related content
  4. No recent reposts

Please report posts and comments that break these rules!

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] bali10050@lemmy.world 12 points 2 months ago (6 children)

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

[–] programmer_belch@lemmy.dbzer0.com 12 points 2 months ago (4 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.

[–] bali10050@lemmy.world 2 points 2 months ago (2 children)

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

[–] PowerCore7@lemm.ee 15 points 2 months ago (1 children)

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.

[–] bali10050@lemmy.world 4 points 2 months ago

This is another good looking solution!

load more comments (1 replies)
load more comments (2 replies)