I'd like to create a mirror for Ubuntu and Debian. I have apt-mirror installed, but I'm not sure what to place in my /etc/apt/mirror.list to mirror just the CD images. Can anyone assist?

Thanks!

link|improve this question
apt-mirror is for mirroring the package repositories, not the CD images. You might want to update your question asking about a tool to mirror the CD images. – Zoredache Dec 4 '10 at 0:59
1  
BTW, why would you want to mirror the CD images instead of the repositories? Assuming you have a working network adapter, the mini.iso is all I ever need/want. – Zoredache Dec 4 '10 at 1:00
feedback

2 Answers

jigdo is the somewhat preferred method for creating CD images for Debian. You can read more about it here. It beats downloading the entire image every time there's a change since it can "upgrade" an existing image.

link|improve this answer
feedback

Debian disk images are well.. debian disk images. Debian has a howto on how to set up your own mirror - which is by duplicating a current mirror via rsync or other means

apt-mirror does repositories, and quite honestly, as zoredache said, those repos and a minimal installer disk should be good for most things.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.