+linaro-dev mailing
I would recommend you do not use these tools, except if you really need to.. We've been using these tools for quite some time, but we moved away from them , and we switch over to Debian FAI tool instead. While it is certainly possible to replicate ubuntu-build-service on your end, they are cumbersome and tedious configuration issues.
from the description of what you want to do, I believe using Debian debootstrap should work fine. More information on the following pages:
https://wiki.debian.org/Debootstrap https://wiki.debian.org/EmDebian/CrossDebootstrap (for cross debootstrap)
cheers nico
On Wed, Dec 13, 2017 at 5:17 PM, miracle.huang miraclemore.huang@gmail.com wrote:
Dear Nicolas, and fathi,
Sorry for bother you.
I clone the repository “git://git.linaro.org/ci/ubuntu-build-service.git”, and want to build ARM64 minial rootfs for arm kvm virtualization development.
Start to build Debian minal rootfs, when I start to do configure, it will show the below error.
➜ stretch-arm64-developer git:(master) ./configure I: create configuration [2017-12-14 00:14:59] lb_config --apt-indices false --apt-secure false --architectures arm64 --archive-areas main contrib non-free --backports false --binary-filesystem ext4 --binary-images tar --bootappend-live hostname=linaro-developer username=linaro --bootstrap-qemu-arch arm64 --bootstrap-qemu-static /usr/bin/qemu-aarch64-static --cache false --chroot-filesystem none --compression gzip --debootstrap-options --variant=minbase --include=apt-transport-https,gnupg --distribution stretch --gzip-options -9 --rsyncable --iso-publisher Linaro; http://www.linaro.org/; linaro-dev@lists.linaro.org --iso-volume Linaro Stretch $(date +%Y%m%d-%H:%M) --linux-flavours none --linux-packages none --mode debian --security true --system normal --updates true lb config: unrecognized option '--debootstrap-options' lb config: unrecognized option '--variant=minbase --include=apt-transport-https,gnupg' lb config: unrecognized option '--updates'
But I already install live-build on my ubuntu 16.04.3 LTS.
Could you help to let me know the reason ? and whether you meet that before ?
Thx for your help!
Best regards