From: David Kalnischkies Date: Sun, 16 Jun 2013 16:28:45 +0000 (+0200) Subject: try defaults if auto-detection failed in apt-cdrom X-Git-Tag: 0.9.9~3^2~10 X-Git-Url: https://git.saurik.com/apt.git/commitdiff_plain/2ecf54d8704f93f086df7def08e80f49892ac075?hp=2ecf54d8704f93f086df7def08e80f49892ac075 try defaults if auto-detection failed in apt-cdrom The default is to ask udev for location and mountpoints of CD-ROMs, but the old way of specifying the mountpoint is still available and is tried now in case udev doesn't find any CD-ROM. It probably fails, too, but we get a bunch of error messages this way and the user can get an idea of how to make his setup work even if udev can't be convienced to return something useful. Closes: #712433 ---