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

Debian-Installer stops at "Configuring man-db" and asks for Sid snapshot CD



Hi,

I got a probelm with the Debian-Installer, when it comes to "Configuring man-db" I get this message: /cdrom/: Please insert the disc labeled: Debian GNU/Linux unstable_Sid_-Official Snapshot i386 LIVE/INSTALL BINARY (Date) in the drive '/cdrom/' and press enter.

This is my configuration:
#!/bin/sh
lb config noauto \
    --clean true \
    --distribution sid \
    --archive-areas 'main contrib non-free' \
    --architectures i386 \
    --linux-flavours '686' \
    --volatile false \
    --mirror-bootstrap http://ftp.de.debian.org/debian/ \
    --parent-mirror-binary http://ftp.de.debian.org/debian/ \
    --parent-mirror-binary-volatile http://ftp.de.debian.org/debian/ \
    --mirror-binary http://ftp.de.debian.org/debian/ \
    --mirror-binary-volatile http://ftp.de.debian.org/debian/ \
    --bootstrap debootstrap \
    --binary-images iso-hybrid \
    --syslinux-theme 'live' \
    --iso-application 'Live' \
    --iso-publisher 'Live' \
    --iso-volume 'Linux Live i686' \
    --debian-installer live \
    --debian-installer-gui true \
    --debian-installer-distribution sid \
--debian-installer-preseedfile /home/oliver/Projekte/live-iso/config/binary_debian-installer/preseed.cfg \
    --compression lzip \
    "${@}"

What is wrong here? Can anyone help.

Thanks,

Oliver


Reply to: