Lines Matching refs:config
130 grep -q "^lxc.rootfs" $path/config 2>/dev/null || echo "lxc.rootfs = $rootfs" >> $path/config
131 cat <<EOF >> $path/config
153 cat <<EOF >> $path/config
159 cat <<EOF >> $path/config
164 # if no .ipv4 section in config, then have the container run dhcp
165 grep -q "^lxc.network.ipv4" $path/config || touch $rootfs/run-dhcp
168 cat <<EOF >> $path/config
251 config="$path/config"
253 if grep -q '^lxc.rootfs' $config 2>/dev/null ; then
254 rootfs=$(awk -F= '/^lxc.rootfs =/{ print $2 }' $config)