Séra Balázs@lemmy.world to linuxmemes@lemmy.world · 6 months agoCan I make it fit, or do I have to just let it go?message-squaremessage-square26fedilinkarrow-up120arrow-down10
arrow-up120arrow-down1message-squareCan I make it fit, or do I have to just let it go?Séra Balázs@lemmy.world to linuxmemes@lemmy.world · 6 months agomessage-square26fedilink
minus-squaredb2@lemmy.worldlinkfedilinkarrow-up1·6 months agoMaybe build your own iso that doesn’t include the things you won’t use?
minus-squareSéra Balázs@lemmy.worldOPlinkfedilinkarrow-up1·6 months agoYes, but I don’t know how to do that. I might do some research on it tho.
minus-squareProgrammer Belch@lemmy.dbzer0.comlinkfedilinkEnglisharrow-up1·6 months agoI 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-squarePoolloverNathan@programming.devlinkfedilinkarrow-up2·edit-26 months agoYou’d likely need to reshrink the partition, then truncate the ISO to fit.
minus-squareSéra Balázs@lemmy.worldOPlinkfedilinkarrow-up0·6 months agoI might try this for the next install, thank you!
minus-squarePowerCore7@lemm.eelinkfedilinkarrow-up1·6 months agoJust 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.
Maybe build your own iso that doesn’t include the things you won’t use?
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.
You’d likely need to reshrink the partition, then truncate the ISO to fit.
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.