[David Kimdon]
> We don't want to net only install CDs to be detected as an official
> cdrom since the packages aren't on the cd.
I thought the point was to avoid asking questions if the base packages
where present on the CD. Why not just check if one of the base
packages is present on the CD then?
if test -d CD1/pool/main/b/base-files/base-files*.deb; then
fetch base packages from CD
else
ask where to find them
fi