diff --git a/tbootstrap.sh b/tbootstrap.sh index 386448f..15e8606 100755 --- a/tbootstrap.sh +++ b/tbootstrap.sh @@ -4,7 +4,7 @@ filelist=`cat tbootstrap/stage0.txt` function install() { for pkgname in $filelist; do - rpm --nodeps -i $pkgname/RPMS/x86_64/*.rpm --root=/root/newroot + rpm --nodeps -i $pkgname/RPMS/x86_64/*.rpm --root=$HOME/newroot done cd /root/newroot ln -s usr/bin bin