UPNP.CGI hinzugefuegt

SAMBA.CGI von Maniakikarus hinzugefuegt
Bootskripte bearbeitet
IPFIRE-DEVEL erstellt.


git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@410 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
ms
2007-02-12 18:04:28 +00:00
parent d95bfe986b
commit 97de2cae62
14 changed files with 444 additions and 163 deletions

View File

@@ -33,7 +33,7 @@ KVER=`grep --max-count=1 VER lfs/linux | awk '{ print $3 }'`
MACHINE=`uname -m`
SVN_REVISION=`svn info | grep Revision | cut -c 11-`
IPFVER="full" # Which version should be compiled? (full|light|voice)
IPFVER="full devel" # Which version should be compiled? (full|light|voice|devel)
# Set an information about the build number
if [ -e ./.svn ]; then
@@ -575,7 +575,10 @@ buildpackages() {
beautify message DONE
# Create images for install
ipfiremake cdrom
for i in $IPFVER
do
ipfiremake cdrom ED=$i
done
ipfiremake pxe
cp -f $LFS/install/images/{*.iso,*.tgz} $BASEDIR >> $LOGFILE 2>&1