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

Re: live build doesn't install my packages.chroot deb's



On 06/04/13 02:27 PM, d q wrote:
> Thanks for the help,
> 
> Sorry, I completely forgot to include my auto file, it looks like this 
> #!/bin/sh
> lb config noauto \
>     --architectures i386 \
>     --linux-flavours 486 \
>     --mirror-bootstrap http://ftp.uk.debian.org/debian \
>     --mirror-chroot http://ftp.uk.debian.org/debian/ \
>     --mirror-binary http://ftp.uk.debian.org/debian/ \
>     --mirror-chroot-security http://security.debian.org/debian/ \
>     --archive-areas "main contrib non-free" \
>     --apt-recommends disabled \
>     --apt aptitude \
>     -d wheezy \
>     --debian-installer live \
> "${@}"
> 
> in binary.packages none of the packages I mention are listed (including
> linux-firmware)
> 
> can't find a log file 

Aren't you using our example auto/build? it keeps a 'build.log'. And how
about 'auto/clean'? All three are meant to be used together.

Sounds like you're simply not doing 'lb clean' between changes to your
configuration. You must do that or else already complete stages will not
be re-run again and your new changes won't be included. Your build.log
would contain 'skipping' messages showing these stages being skipped.

Ben


Reply to: