Lines Matching refs:bindhome
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=$2 ; shift 2 ;;
368 if [ -n "$bindhome" ] ; then