X-Git-Url: http://git.ipfire.org/?p=people%2Fpmueller%2Fipfire-2.x.git;a=blobdiff_plain;f=make.sh;h=04ed56cf3bac46daa03c3e35be1d617f94f6103a;hp=1fb884afd7fea3b88c957f191f8db839939b069b;hb=4e431a99dca1ec5e23874dc069b1da29bc1ede7c;hpb=31f3654f30f2008a16469604d6eb0f5b11cd99bc diff --git a/make.sh b/make.sh index 1fb884afd7..04ed56cf3b 100755 --- a/make.sh +++ b/make.sh @@ -24,8 +24,8 @@ NAME="IPFire" # Software name SNAME="ipfire" # Short name -VERSION="2.5beta2" -CORE="28" +VERSION="2.5" +CORE="29" GIT_BRANCH=master:master # Version number SLOGAN="www.ipfire.org" # Software slogan CONFIG_ROOT=/var/ipfire # Configuration rootdir @@ -595,7 +595,7 @@ buildipfire() { ipfiremake netcat ipfiremake 7zip ipfiremake lynis - ipfiremake cryptsetup + #ipfiremake cryptsetup ipfiremake splix ipfiremake streamripper ipfiremake sshfs @@ -613,6 +613,9 @@ buildipfire() { ipfiremake perl-DBD-mysql ipfiremake lcr ipfiremake cacti + ipfiremake open-vm-tools + ipfiremake nagiosql + ipfiremake iftop echo Build on $HOSTNAME > $BASEDIR/build/var/ipfire/firebuild cat /proc/version >> $BASEDIR/build/var/ipfire/firebuild echo >> $BASEDIR/build/var/ipfire/firebuild @@ -622,6 +625,7 @@ buildipfire() { echo >> $BASEDIR/build/var/ipfire/firebuild cat /proc/cpuinfo >> $BASEDIR/build/var/ipfire/firebuild echo $CORE > $BASEDIR/build/opt/pakfire/db/core/mine + echo $NAME $VERSION - Core$CORE > $BASEDIR/build/etc/system-release } buildinstaller() { @@ -695,6 +699,7 @@ buildpackages() { # Check if there is a loop device for building in virtual environments if [ -e /dev/loop/0 ] || [ -e /dev/loop0 ]; then ipfiremake usb-stick ED=$IPFVER + ipfiremake flash-images ED=$IPFVER fi mv $LFS/install/images/{*.iso,*.tgz,*.img.gz,*.bz2} $BASEDIR >> $LOGFILE 2>&1