mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-28 11:43:25 +02:00
make.sh: Fix shell on 64bit hosts.
This commit is contained in:
@@ -265,7 +265,7 @@ entershell() {
|
|||||||
exiterror "No such file or directory: $BASEDIR/build/usr/src/lfs/"
|
exiterror "No such file or directory: $BASEDIR/build/usr/src/lfs/"
|
||||||
fi
|
fi
|
||||||
echo "Entering to a shell inside LFS chroot, go out with exit"
|
echo "Entering to a shell inside LFS chroot, go out with exit"
|
||||||
chroot $LFS /tools/bin/env -i HOME=/root TERM=$TERM PS1='\u:\w\$ ' \
|
$linux32 chroot $LFS /tools/bin/env -i HOME=/root TERM=$TERM PS1='\u:\w\$ ' \
|
||||||
PATH=/usr/local/bin:/bin:/usr/bin:/sbin:/usr/sbin:/tools/bin \
|
PATH=/usr/local/bin:/bin:/usr/bin:/sbin:/usr/sbin:/tools/bin \
|
||||||
VERSION=$VERSION CONFIG_ROOT=$CONFIG_ROOT \
|
VERSION=$VERSION CONFIG_ROOT=$CONFIG_ROOT \
|
||||||
NAME="$NAME" SNAME="$SNAME" SLOGAN="$SLOGAN" \
|
NAME="$NAME" SNAME="$SNAME" SLOGAN="$SLOGAN" \
|
||||||
|
|||||||
Reference in New Issue
Block a user