On Friday 12 March 2010, Joey Hess wrote:
> I installed the alpha from usb stick, onto a system with no cdrom drive,
> and a /cdrom directory (not symlink) was left behind. I have not worked
> out which component is responsible.
/var/lib/dpkg/info/base-files.preinst has:
if [ -d /cdrom ]; then
touch /etc/base-files.create-cdrom
fi
... ?