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

Bug#877855: debootstrap does not carry --components across --foreign/--second-stage



Hi,

On Wed, 21 Mar 2018 18:58:27 +0900 Hideki Yamane <henrich@iijmio-mail.jp> wrote:
>  Since in debootstrap, $TARGET/etc/apt/sources.list is deleted at
>  starting for second stage.

 And also it was removed in debootstrap script.

> . "$SCRIPT"
> 
> if [ "$SECOND_STAGE_ONLY" = "true" ]; then
>         MIRRORS=null:
> else
>         MIRRORS="$DEF_MIRROR"
>         if [ "$USER_MIRROR" != "" ]; then
>                 MIRRORS="$USER_MIRROR"
>                 MIRRORS="${MIRRORS%/}"
>         fi
> fi
> 
> export MIRRORS

 


-- 
Regards,

 Hideki Yamane     henrich @ debian.org/iijmio-mail.jp


Reply to: