Merge branch 'master' of ssh://arne_f@git.ipfire.org/pub/git/ipfire-2.x

This commit is contained in:
Arne Fitzenreiter
2010-12-02 23:09:05 +01:00
4 changed files with 1023 additions and 1022 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1 @@
../../../common/python

View File

@@ -24,7 +24,7 @@
include Config
VER = 0.3
VER = 0.5
THISAPP = fireinfo-$(VER)
DL_FILE = $(THISAPP).tar.gz
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
$(DL_FILE)_MD5 = 2105bf88213dfd2198891a96eeb08949
$(DL_FILE)_MD5 = 2eb12d3c4aeda93ee184a85b1e8b6a96
install : $(TARGET)

View File

@@ -265,7 +265,7 @@ entershell() {
exiterror "No such file or directory: $BASEDIR/build/usr/src/lfs/"
fi
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 \
VERSION=$VERSION CONFIG_ROOT=$CONFIG_ROOT \
NAME="$NAME" SNAME="$SNAME" SLOGAN="$SLOGAN" \