:: Re: [DNG] live-build
Página Inicial
Delete this message
Reply to this message
Autor: aitor_czr
Data:  
Para: dng
Assunto: Re: [DNG] live-build
# ./build ???

You must run:

# lb binary

after running lb bootstrap && lb chroot.

Aitor.

On 02/10/15 00:24, Ozi Traveller <ozitraveller@???> wrote:
> I have all this in auto/config
>
>
> lb clean --purge
>
> lb init
>
> lb config -a amd64 \
> --binary-images iso \
> --distribution jessie \
> --win32-loader false \
> --checksums md5 \
> --archive-areas "main" \
> --apt-recommends false \
> --apt aptitude \
> --apt-options --yes \
> --build-with-chroot false \
> --bootappend-live "boot=live config locales=en_US.UTF-8
> keyboard-layouts=en" \
> --bootappend-live "boot=live config username=user" \
> --bootappend-live "boot=live config full_username=User" \
> --bootappend-live "boot=live config hostname=devuan" \
> --parent-mirror-bootstrap="http://au.mirror.devuan.org/merged/" \
> --parent-mirror-chroot="http://au.mirror.devuan.org/merged/" \
> --parent-mirror-debian-installer="http://au.mirror.devuan.org/merged/" \
> --mirror-bootstrap="http://au.mirror.devuan.org/merged/" \
> --mirror-chroot="http://au.mirror.devuan.org/merged/" \
> --mirror-debian-installer="http://au.mirror.devuan.org/merged/" \
> "${@}"
>
> lb bootstrap && lb chroot
>
> ozi@debuan:~/diy-distro/diy-build$ ./build
> [sudo] password for ozi:
> [2015-10-02 08:20:32] lb clean
> P: Executing auto/clean script.
> [2015-10-02 08:20:32] lb clean noauto
> P: Cleaning chroot
> [2015-10-02 08:20:33] lb config
> P: Updating config tree for a debian/jessie/amd64 system
> P: Symlinking hooks...
> [2015-10-02 08:20:33] lb build
> P: Executing auto/build script.
> [2015-10-02 08:20:33] lb build noauto
> P: live-build 4.0.3
> P: Building config tree for a debian/jessie/amd64 system
> [2015-10-02 08:20:33] lb bootstrap
> P: Setting up cleanup function
> [2015-10-02 08:20:33] lb bootstrap_cache restore
> P: Restoring bootstrap stage from cache...
> [2015-10-02 08:20:33] lb bootstrap_cdebootstrap
> [2015-10-02 08:20:33] 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
> ozi@debuan:~/diy-distro/diy-build$