Construção de imagem Debian a partir do launchpad do Ubuntu

Construção de imagem Debian a partir do launchpad do Ubuntu

Eu baixei os scripts de construção e alguns arquivos necessários para construir a imagem do CD do Debian no link a seguir

Debian_CD

No README, menciona que devo editar os PATHs para o espelho em CONF.sh

# Paths to the mirrors
export MIRROR=${MIRROR:-$CDIMAGE_ROOT/ftp}

# Comment the following line if you don't have/want non-US
#export NONUS=/ftp/debian-non-US

# Path of the temporary directory
export TDIR=$CDIMAGE_ROOT/scratch/$PROJECT/$DIST/$IMAGE_TYPE/tmp
# Path where the images will be written
export OUT=$CDIMAGE_ROOT/scratch/$PROJECT/$DIST/$IMAGE_TYPE/debian-cd

# Where we keep the temporary apt stuff.
# This cannot reside on an NFS mount.
export APTTMP=$CDIMAGE_ROOT/scratch/$PROJECT/$DIST/$IMAGE_TYPE/apt

# Where extracted debootstrap scripts live
export DEBOOTSTRAP=$CDIMAGE_ROOT/scratch/$PROJECT/$DIST/$IMAGE_TYPE/debootstrap

# Onde as imagens do sistema de arquivos ao vivo exportam LIVEIMAGES=$CDIMAGE_ROOT/scratch/$PROJECT/$DIST/$IMAGE_TYPE/live

Não tenho muita certeza a que se refere o "espelho" e como definir o caminho corretamente?

Qualquer conselho será apreciado.

================================================= ===================== Postagem atualizada

Site espelho do Debian:Link

@cas É a este que você se refere? No entanto, como posso editar este CONF.sh tendo este site espelho? Ainda não encontrei nenhuma pista.

informação relacionada