You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gitian-builder/libexec/config-lxc

14 lines
257 B
Bash

#!/bin/bash
set -e
if ifconfig lxcbr0 > /dev/null 2>&1; then
true
else
echo "Must configure lxcbr0 - check the README"
exit 1
fi
wd=`pwd`
sed "s;ROOTFS;$wd/target-$LXC_SUITE-$LXC_ARCH;;s;ARCH;$LXC_ARCH;g" < etc/lxc.config.in > var/lxc.config