:: Re: [DNG] live-build
Top Page
Delete this message
Reply to this message
Author: aitor_czr
Date:  
To: Ozi Traveller
CC: Dng
Subject: Re: [DNG] live-build
You must change default mirrors:

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://ftp.es.mirror.devuan.org/merged/" \
--parent-mirror-chroot="http://ftp.es.mirror.devuan.org/merged/" \
--parent-mirror-debian-installer="http://ftp.es.mirror.devuan.org/merged/" \
     --mirror-bootstrap="http://ftp.es.mirror.devuan.org/merged/" \
     --mirror-chroot="http://ftp.es.mirror.devuan.org/merged/" \
--mirror-debian-installer="http://ftp.es.mirror.devuan.org/merged/"


Aitor.

On 28/09/15 22:26, Ozi Traveller wrote:
> Hi Aitor.
>
> I ran the following and got this error.
> E: Release signed by unknown key (key id CBF8D6FD518E17E1)
>
> Ozi
>
> 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"