[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: anna cant't find /cdrom/dists//Release problem



-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On Sunday 05 December 2004 00:06, Simon Kagstrom wrote:
> I guess it should be dists/sarge/Relese here. This looks like some
> simple error, where is the distribution selected really? Could this
> have something to do with my custom kernel?

The 'suite' is set using the following code from the postinst from 
cdrom-detect.

for distlink in stable testing unstable ; do
    relfile=/cdrom/dists/$distlink/Release
    if [ -e $relfile ] ; then
        suite=$(sed -n 's/^Suite: *//p' $relfile)
        log "Detected CD with '$suite' distribution"
        db_set mirror/suite $suite
        break
    fi
done

Did you run the cdrom detection step again after manually mounting the CD?
Suggest you check your logs for this line:
   Detected CD with '$suite' distribution

Ahh. I now see you ended up using a CF flash card for installation. In 
that case, you need the iso-scan module which is available in the 
hd-media installation method. That will perform the scan you expected and 
set mirror/suite for you.

Cheers,
FJP
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (GNU/Linux)

iD8DBQFBsluKgm/Kwh6ICoQRAt8UAKDA+nZuE5HRgDV9kwweGGXK6N6B1gCffhz5
geBJUDpNfBc0BZB0cB2APzM=
=ejNs
-----END PGP SIGNATURE-----



Reply to: