# Initialize an rvm chroot using the debian seed arch=i386 suite=lenny include=curl,file,less,locales,sudo,vim,whois,htop,openssh-client,rsync,git-core,build-essential,libreadline5-dev,zlib1g-dev . "${jseed}/debian.sh" echo "Installing RVM" chroot --userspec=$(id -u "${ORIG_USER}"):$(id -g "${ORIG_USER}") "${jroot}" env -i ${jenv} HOME=/home/${ORIG_USER} sh -lc 'cd; curl -L http://get.rvm.io/ | bash -s stable'