Lines Matching refs:profile
180 PKG_LIST="$(grep -hs '^[^#]' "$profile_dir/$profile")"
181 # if no configuration file $profile -- fall back to default list of packages
364 [-P|--profile=<name of the profile>] [--rootfs=<path>]
378 -P,--profile Profile name is the file name in /etc/lxc/profiles contained packages name for install to cache.
386 options=$(getopt -o hp:n:P:cR:4:6:g:d: -l help,rootfs:,path:,name:,profile:,clean,release:,ipv4:,ipv6:,gw:,dns: -- "$@")
400 -P|--profile) profile=$2; shift 2;;
427 if [ -z "$profile" ]; then
428 profile=$default_profile
461 cache=$cache_base/$release/$profile