Lines Matching refs:HOME
442 d="$(readlink -f "${HOME}/chroot" 2>/dev/null || echo "${HOME}/chroot")"
779 mkdir -p "${HOME}/chroot/"
780 if [ ! -h "${HOME}/chroot" ] &&
783 is_network_drive "${HOME}/chroot"; } &&
785 echo "${HOME}/chroot is currently located on the same device as your"
819 def_suggest="${HOME}"
824 if is_network_drive "${HOME}"; then
839 mv "${HOME}/chroot" "${dir}/chroot"
840 ln -s "${dir}/chroot" "${HOME}/chroot"
844 sudo sed -i "s,${HOME}/chroot,${dir}/chroot,g" /etc/schroot/mount-*
875 configured "${HOME}/chroot" to be private to the chroot environment.
881 symbolic link that points somewhere inside of "${HOME}/chroot".