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

Bug#608201: apt-setup problem



Yes. I guess the problem is in apt-setup package.

I install with expert mode and fails in Configure the Package Manager step.

I think there is any generator script that handles the hd-media media.

The 40cdrom script begins OK but after check iso system and out gracefully.

=============== <cut> ========================
file="$1"

if [ ! -e /cdrom/.disk/base_installable ]; then
	exit 0
fi

cd_mountable=1
db_get cdrom-detect/hybrid || true
if [ "$RET" = true ] || [ -d /hd-media ]; then
	cd_mountable=""
fi

fs=iso9660
if db_get cdrom-detect/cdrom_fs && [ "$RET" ]; then
	fs="$RET"
fi

if [ "$fs" != iso9660 ]; then
	exit 0
fi
=============== <end cut> ========================

$fs as a "vfat" value and out without modify sources.list file

Appears to be an old problem

=============== <cut> ========================
apt-setup (1:0.36) unstable; urgency=low

  * Don't scan the installation CD if it does not include base packages.
  * Because of reported issues with accessing the CD in the /target environment
    if it is already mounted in the D-I environment, base-installer has been
    reverted to loop-mounting the installation CD. In order to still allow
    CD-changing while avoiding these issues and keeping installs idempotent, we
    now need to allow apt-cdrom to manage mounting/unmounting for all types of
    CD images (except for hd-media installs). See: #474346, #475639.
    Requires: base-installer (>= 1.90), pkgsel (>= 0.19), di-utils (>= 1.57).

=============== <end cut> ========================

Bye



Reply to: