Repo steps -- RUN THIS ON AN INSTANCE YOU DON'T CARE ABOUT!
$ cat > livecd-builder.sh <<"EOM"
#!/bin/bash
build_d=${BUILD_D:-$(mktemp -d)}
cd ${build_d}
apt-get -qqy install livecd-rootfs
export MIRROR="http://archive.ubuntu.com/ubuntu"
export SUITE=xenial
export DISTRO=ubuntu
export PROJECT=ubuntu-cpc
export IMAGEFORMAT=ext4
export ARCH=amd64
# Check if we have apt-cacher-ng installed
nc -z -v -w2 localhost 3142 &&
export MIRROR="http://localhost:3142/ubuntu/"
/usr/share/livecd-rootfs/live-build/auto/config
/usr/share/livecd-rootfs/live-build/auto/build
echo "RESULTS in ${build_d}"
EOM
$ sudo apt-get update
$ sudo apt-get -y install apt-cacher-ng livecd-rootfs
$ sudo bash -x livecd-builder.sh
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1543170
Title:
lxc fails to install
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1543170/+subscriptions
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs