Access the answers to your technology questions today.
Subscribe Now
30-day free trial. Register in 60 seconds.
What Makes Experts Exchange Unique?
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.
Try it out and discover for yourself.
Subscribe Now
30-day free trial. Register in 60 seconds.
Join the Community
Give a Little. Get a Lot.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Join the Community
by: idmiskPosted on 2005-05-19 at 11:32:52ID: 14039130
the question is: do you want to install more than one system? usually you need only one of the CDs (they have different kernels on, the list is on http://debian.org) to install your system. to upgrade the system or install new packages you can use apt tools, which gives you the ability to install from network/internet (repository). if you plan to create your own repository, then you need all 7, but you do not need to burn them - just mount them as loopback device:
mount -o loop <iso.filename> /media/cdrom
and then access the files under /media/cdrom
-michael