Loading bin/make-base-vm +11 −1 Original line number Diff line number Diff line Loading @@ -160,7 +160,17 @@ if [ $LXC = "1" ]; then # Need universe for lxc in lucid env -i LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 sudo debootstrap --arch=$ARCH --include=$addpkg --exclude=$removepkg --components=$components $SUITE $OUT-bootstrap $MIRROR # Fix lxc issue if [ -f $OUT-bootstrap/usr/lib/lxc/lxc-init ] then sudo cp $OUT-bootstrap/usr/lib/lxc/lxc-init $OUT-bootstrap/usr/sbin/init.lxc else if [ $ARCH = "amd64" ] then sudo cp $OUT-bootstrap/usr/lib/x86_64-linux-gnu/lxc/lxc-init $OUT-bootstrap/usr/sbin/init.lxc else sudo cp $OUT-bootstrap/usr/lib/i386-linux-gnu/lxc/lxc-init $OUT-bootstrap/usr/sbin/init.lxc fi fi dd if=/dev/zero of=$OUT-lxc bs=1M count=1 seek=15360 /sbin/mkfs.ext4 -F $OUT-lxc t=`mktemp -d gitian.XXXXXXXX` Loading Loading
bin/make-base-vm +11 −1 Original line number Diff line number Diff line Loading @@ -160,7 +160,17 @@ if [ $LXC = "1" ]; then # Need universe for lxc in lucid env -i LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 sudo debootstrap --arch=$ARCH --include=$addpkg --exclude=$removepkg --components=$components $SUITE $OUT-bootstrap $MIRROR # Fix lxc issue if [ -f $OUT-bootstrap/usr/lib/lxc/lxc-init ] then sudo cp $OUT-bootstrap/usr/lib/lxc/lxc-init $OUT-bootstrap/usr/sbin/init.lxc else if [ $ARCH = "amd64" ] then sudo cp $OUT-bootstrap/usr/lib/x86_64-linux-gnu/lxc/lxc-init $OUT-bootstrap/usr/sbin/init.lxc else sudo cp $OUT-bootstrap/usr/lib/i386-linux-gnu/lxc/lxc-init $OUT-bootstrap/usr/sbin/init.lxc fi fi dd if=/dev/zero of=$OUT-lxc bs=1M count=1 seek=15360 /sbin/mkfs.ext4 -F $OUT-lxc t=`mktemp -d gitian.XXXXXXXX` Loading