Lines Matching refs:config_path
228 mkdir -p $config_path
229 grep -q "^lxc.rootfs" $config_path/config 2>/dev/null || echo "lxc.rootfs = $rootfs_path" >> $config_path/config
230 cat <<EOF >> $config_path/config
248 cat <<EOF >> $config_path/config
253 cat <<EOF >> $config_path/config
258 cat <<EOF >> $config_path/config
263 cat <<EOF >> $config_path/config
267 cat <<EOF >> $config_path/config
436 config_path=$default_path/$name
439 if [ ! -f $config_path/config ]; then