Lines Matching refs:config
268 grep -q "^lxc.rootfs" $config_path/config 2>/dev/null || echo "lxc.rootfs = $rootfs_path" >> $config_path/config
269 cat <<EOF >> $config_path/config
286 cat <<EOF >> $config_path/config
291 cat <<EOF >> $config_path/config
296 cat <<EOF >> $config_path/config
301 cat <<EOF >> $config_path/config
305 cat <<EOF >> $config_path/config
370 -p,--path path to where the container rootfs will be created, defaults to @LXCPATH@. The container config will go under @LXCPATH@ in that case
451 # check for 'lxc.rootfs' passed in through default config by lxc-create
453 if grep -q '^lxc.rootfs' $path/config 2>/dev/null ; then
454 rootfs_path=$(awk -F= '/^lxc.rootfs =/{ print $2 }' $path/config)
485 echo "container rootfs and config created"