Update newroot to user HOME
This commit is contained in:
parent
8aff0e4e18
commit
dbdead4452
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ filelist=`cat tbootstrap/stage0.txt`
|
||||||
function install()
|
function install()
|
||||||
{
|
{
|
||||||
for pkgname in $filelist; do
|
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
|
done
|
||||||
cd /root/newroot
|
cd /root/newroot
|
||||||
ln -s usr/bin bin
|
ln -s usr/bin bin
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue