X-Git-Url: http://git.ipfire.org/?p=people%2Fpmueller%2Fipfire-2.x.git;a=blobdiff_plain;f=make.sh;h=849fb7de8968f7395ea98a9297fb804298771096;hp=8d43614ef7777bc0287e26c1ca05dfa307fcdc9d;hb=74dbbc36997f9c9c1ccc2f955dbcdafe82c9f369;hpb=9c1009572a9395aeebd235017bf4f53a84acd42b diff --git a/make.sh b/make.sh index 8d43614ef7..849fb7de89 100644 --- a/make.sh +++ b/make.sh @@ -602,17 +602,11 @@ buildpackages() { beautify message DONE # Create images for install - for i in $IPFVER - do - if [ $i == "devel" ]; then - if [ ! -e ipfire-$VERSION.i586-devel.iso ]; then - ipfiremake cdrom ED=$i - fi - else - ipfiremake cdrom ED=$i + if [ ! -e ipfire-$VERSION.i586-devel.iso ]; then + ipfiremake cdrom ED=devel fi - done - + ipfiremake cdrom ED=full + # Check if there is a loop device for building in virtual environments if [ -e /dev/loop0 ]; then ipfiremake usb-stick