mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 11:13:24 +02:00
Neues Verfahren fuer die Rootfiles.
Alle liegen in einer einzelnen Datei und die 3 verschiedenen Version koennen unterschiedlich zusammengestellt werden. USB-Stick-Images mangels Notwendigkeit entfernt. git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@314 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
4
make.sh
4
make.sh
@@ -33,7 +33,9 @@ KVER=`grep --max-count=1 VER lfs/linux | awk '{ print $3 }'`
|
||||
MACHINE=`uname -m`
|
||||
SVN_REVISION=`svn info | grep Revision | cut -c 11-`
|
||||
|
||||
# Setzen des IPFire Builds
|
||||
IPFVER="full" # Which version should be compiled? (full|light|voice)
|
||||
|
||||
# Set an information about the build number
|
||||
if [ -e ./.svn ]; then
|
||||
FIREBUILD=`cat .svn/entries |sed -n 's/^[ \t]*revision=\"// p' | sed -n 's/\".*$// p'`
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user