Séra Balázs@lemmy.world to linuxmemes@lemmy.world · 11 个月前Can I make it fit, or do I have to just let it go?lemmy.worldimagemessage-square67fedilinkarrow-up1482arrow-down15
arrow-up1477arrow-down1imageCan I make it fit, or do I have to just let it go?lemmy.worldSéra Balázs@lemmy.world to linuxmemes@lemmy.world · 11 个月前message-square67fedilink
minus-squareSéra Balázs@lemmy.worldOPlinkfedilinkarrow-up11·11 个月前Yes, but I don’t know how to do that. I might do some research on it tho.
minus-squareProgrammer Belch@lemmy.dbzer0.comlinkfedilinkEnglisharrow-up11·11 个月前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.
minus-squareSéra Balázs@lemmy.worldOPlinkfedilinkarrow-up2·11 个月前I might try this for the next install, thank you!
minus-squarePowerCore7@lemm.eelinkfedilinkarrow-up14·11 个月前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.
minus-squareSéra Balázs@lemmy.worldOPlinkfedilinkarrow-up4·11 个月前This is another good looking solution!
minus-squaredb2@lemmy.worldlinkfedilinkarrow-up3·11 个月前I don’t know either, sorry… but there’s obviously a way. 🤣 If you find a good howto share a link.
Yes, but I don’t know how to do that. I might do some research on it tho.
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.
I might try this for the next install, thank you!
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.
This is another good looking solution!
I don’t know either, sorry… but there’s obviously a way. 🤣 If you find a good howto share a link.