Searched refs:LXC_PATH (Results 1 - 3 of 3) sorted by relevance

/lxc/templates/
H A Dlxc-download.in53 LXC_PATH=
252 --path) LXC_PATH=$2; shift 2;;
278 if [ -z "$LXC_NAME" ] || [ -z "$LXC_PATH" ] || [ -z "$LXC_ROOTFS" ]; then
529 sed -i -e "/lxc.network/{w ${LXC_PATH}/config-network" -e "d}" \
530 ${LXC_PATH}/config
533 sed -i -e "/lxc./{w ${LXC_PATH}/config-auto" -e "d}" ${LXC_PATH}/config
536 echo "" >> ${LXC_PATH}/config
537 echo "# Distribution configuration" >> ${LXC_PATH}/config
538 cat $configfile >> ${LXC_PATH}/confi
[all...]
/lxc/src/lua-lxc/test/
H A Dapitest.lua28 local LXC_PATH = lxc.default_config_path_get()
66 log(0, "%-20s %s", "Containers path:", LXC_PATH)
84 assert(container:config_file_name() == string.format("%s/%s/config", LXC_PATH, optarg["n"]))
102 assert(cfgcontainer:set_config_path(LXC_PATH))
103 assert(cfgcontainer:get_config_path() == LXC_PATH)
/lxc/src/lua-lxc/
H A Dlxc.lua352 -- return configured containers found in LXC_PATH directory

Completed in 9 milliseconds