Lines Matching refs:config
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
330 -p,--path path to where the container rootfs will be created, defaults to @LXCPATH@. The container config will go under @LXCPATH@ in that case
427 # check for 'lxc.rootfs' passed in through default config by lxc-create
429 if grep -q '^lxc.rootfs' $path/config 2>/dev/null ; then
430 rootfs_path=$(awk -F= '/^lxc.rootfs =/{ print $2 }' $path/config)
439 if [ ! -f $config_path/config ]; then
484 echo "container rootfs and config created"