On 09-08-2016 00:47, John Lewis wrote:
That didn't work for me on live-build 4.0.3-1. Are you running version 3?
No, I've used live-build 4.x. I'm trying right now.In a debian 8 jessie host I've installed debootstrap from jessie-backports, then I've installed ubuntu-archive-keyring.
I've created an empty directory and inside it I've pasted all the options, **plus** "--distribution xenial".
If you did not add "--distribution xenial", live-build will default to "qantal", which is not available anymore in ubuntu repositories, and then live-build failed at deboostrap stage. That's what happened here.
I've then executed "rm config/*" to clean up the previous configuration (that had the default "qantal" distribution) and then ran all the "lb config" options **plus** "--distribution xenial" and now live-build 4.x is creating an ubuntu image.
Seems to be working here with version 4, with all the options plus "--distribution xenial" and deboostrap from jessie-backports.
Can you try again? Please clean up the previous config/* files before trying again.
Good luck.
On 08/08/2016 07:16 PM, Rui Bernardo wrote:lb config no auto \ --clean \ --ignore-system-defaults \ --mode ubuntu \ --archive-areas "main universe restricted multiverse" \ --linux-packages linux-image \ --apt-recommends false \ --bootappend-live "boot=casper splash quiet --" \ --parent-mirror-bootstrap http://archive.ubuntu.com/ubuntu \ --parent-mirror-chroot http://archive.ubuntu.com/ubuntu \ --parent-mirror-chroot-security http://security.ubuntu.com/ubuntu \ --parent-mirror-binary http://archive.ubuntu.com/ubuntu \ --parent-mirror-binary-security http://security.ubuntu.com/ubuntu \ --mirror-bootstrap http://archive.ubuntu.com/ubuntu \ --mirror-chroot http://archive.ubuntu.com/ubuntu \ --mirror-chroot-security http://security.ubuntu.com/ubuntu \ --mirror-binary http://archive.ubuntu.com/ubuntu \ --mirror-binary-security http://security.ubuntu.com/ubuntu \ --firmware-chroot false \ --firmware-binary false \ --linux-flavours generic \ --debian-installer false \ --apt-indices false \ --backports true \ --updates true \ --initramfs casper \ --zsync false