:: Re: [DNG] bootstrap-base error Re: …
Startseite
Nachricht löschen
Nachricht beantworten
Autor: aitor_czr
Datum:  
To: dng
Betreff: Re: [DNG] bootstrap-base error Re: About the experimental, live, DVD
Hi Ozi,

This configuration of live-build fails in my computer:

# lb build
[2015-10-19 09:54:22] lb build
P: live-build 4.0.3
P: Building config tree for a debian/jessie/amd64 system
[2015-10-19 09:54:22] lb bootstrap
P: Setting up cleanup function
[2015-10-19 09:54:22] lb bootstrap_cache restore
P: Restoring bootstrap stage from cache...
[2015-10-19 09:54:22] lb bootstrap_cdebootstrap
[2015-10-19 09:54:22] lb bootstrap_debootstrap
P: Begin bootstrapping system...
P: If the following stage fails, the most likely cause of the problem is
with your mirror configuration or a caching proxy.
P: Running debootstrap (download-only)...
I: Retrieving Release
I: Retrieving Release.gpg
I: Checking Release signature
E: Release signed by unknown key (key id CBF8D6FD518E17E1)
P: Begin unmounting filesystems...
P: Saving caches...
chroot: failed to run command ‘/usr/bin/env’: No such file or directory

Aitor.

On 19/10/15 09:48, Ozi Traveller <ozitraveller@???> wrote:
> #!/bin/sh
>
> set -e
>
> DISTRIBUTION="jessie"
> ARCHITECTURES="amd64"
> LINUX_FLAVOURS="amd64"
> ARCHIVE_AREAS="main contrib non-free"
> SOURCE="false"
> # MIRROR_BINARY="http://packages.devuan.org/merged/"
> # MIRROR_BINARY="http://au.mirror.devuan.org/merged/"
> MIRROR_BINARY="http://188.165.204.61/repo/dists/jessie/main/"
>
> # --build-with-chroot false \
>
> lb config noauto \
> --mode debian \
> --distribution "${_DISTRIBUTION}" \
> --debian-installer-distribution "${_DISTRIBUTION}" \
> --debian-installer live \
> --architectures "${_ARCHITECTURES}" \
> --linux-flavours "${_LINUX_FLAVOURS}" \
> --apt-recommends false \
> --apt-secure true \
> --apt-indices false \
> --apt-source-archives false \
> --archive-areas "${_ARCHIVE_AREAS}" \
> --parent-mirror-bootstrap "${_MIRROR_BINARY}" \
> --parent-mirror-binary "${_MIRROR_BINARY}" \
> --mirror-bootstrap "${_MIRROR_BINARY}" \
> --mirror-binary "${_MIRROR_BINARY}" \
> --iso-application "DIY Linux" \
> --iso-publisher "DIY" \
> --iso-volume "DIY Live" \
> --backports false \
> --security false \
>      --updates false \
> --memtest none \
> --win32-loader false \
> --debug \
> --verbose \
> --bootappend-live "boot=live config components file=/preseed.cfg quiet
> splash autologin nouveau.modeset=0 radeon.modeset=0" \
> "${@}"