Lines Matching refs:config
124 local nttys=$(cat "${config_path}/config" ${shared_config} ${common_config} | grep "^lxc.tty" | head -n1 | cut -d= -f2 | tr -d "[:blank:]")
125 local devttydir=$(cat "${config_path}/config" ${shared_config} ${common_config} | grep "^lxc.devttydir" | head -n1 | cut -d= -f2 | tr -d "[:blank:]")
150 local config="${config_path}/config"
151 echo "lxc.utsname = ${name}" >> "${config}"
152 grep -q "^lxc.arch" "${config}" 2>/dev/null \
153 || echo "lxc.arch = ${arch}" >> "${config}"
154 grep -q "^lxc.rootfs" "${config}" 2>/dev/null \
155 || echo "lxc.rootfs = ${rootfs_path}" >> "${config}"
157 && echo "lxc.include = ${shared_config}" >> "${config}"
204 [-c|--config=<pacman config path>] [-h|--help]
214 -c,--config use specified pacman config when installing container packages
222 options=$(getopt -o hp:P:e:d:n:c:a:r: -l help,rootfs:,path:,packages:,enable_units:,disable_units:,name:,config:,arch:,root_password: -- "${@}")
239 -c|--config) pacman_config=${2}; shift 2;;
332 stored in ${config_path}/config. Please refer to https://wiki.archlinux.org for