Lines Matching refs:bindhome
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"
839 if [ -n "$bindhome" ]; then
840 do_bindhome $rootfs $bindhome
841 finalize_user $bindhome
848 if [ -n "$bindhome" ]; then
849 echo "# Log in as user $bindhome"