Searched refs:bindhome (Results 1 - 2 of 2) sorted by relevance
/lxc/templates/ |
H A D | lxc-plamo.in | 259 h=`getent passwd $bindhome | cut -d: -f6` 263 if ! pwd=`getent passwd $bindhome` ; then 264 echo "Warning: failed to copy password entry for $bindhome." 268 echo `getent shadow $bindhome` >> $rootfs/etc/shadow 290 [-b|--bindhome=<user>] 293 bindhome: bind <user>'s home into the container 302 bindhome="" 304 lopts=help,path:,name:,rootfs:,clean,release:,arch:,bindhome: 319 -b|--bindhome) bindhome [all...] |
H A D | lxc-ubuntu.in | 133 if [ -z "$bindhome" ]; then 673 $1 -h|--help [-a|--arch] [-b|--bindhome <user>] [-d|--debug] 679 bindhome: bind <user>'s home into the container 690 options=$(getopt -o a:b:hp:r:v:n:FS:du: -l arch:,bindhome:,help,path:,release:,variant:,name:,flush-cache,auth-key:,debug,rootfs:,packages:,user:,password:,mirror:,security-mirror: -- "$@") 705 bindhome= 747 -b|--bindhome) bindhome=$2; shift 2;; 762 if [ -n "$bindhome" ]; then 763 pwd=`getent passwd $bindhome` 765 echo "Error: no password entry found for $bindhome" [all...] |
Completed in 9 milliseconds