X-Git-Url: http://git.ipfire.org/?p=ipfire-2.x.git;a=blobdiff_plain;f=make.sh;h=fed147e44b22d71118addfcbbe8466c9d9c69043;hp=e383b05313cffdce84c2abc8c174bc812bce2827;hb=97de2cae62f9d8bf61681561211fa8170d0808e2;hpb=d95bfe986b12022920645d5c7f60dd97ab7b3a81 diff --git a/make.sh b/make.sh index e383b05313..fed147e44b 100644 --- a/make.sh +++ b/make.sh @@ -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