]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - make.sh
Wir kehren zurueck zu Kudzu, da hwinfo noch mehr Aerger macht.
[ipfire-2.x.git] / make.sh
diff --git a/make.sh b/make.sh
index 02fea669ab5d5c6b973726eabcb324c61074b378..0413911922129ef82859bf3304172592d00b6cbb 100644 (file)
--- a/make.sh
+++ b/make.sh
@@ -400,6 +400,7 @@ buildipfire() {
   ipfiremake hdparm
   ipfiremake ibod
   ipfiremake initscripts
+  ipfiremake whatmask
   ipfiremake iptables
   ipfiremake libupnp
   ipfiremake ipp2p                     IPT=1
@@ -532,7 +533,10 @@ buildipfire() {
   ipfiremake ethereal
   ipfiremake tftp-hpa
   ipfiremake iptraf
+  ipfiremake bwm-ng
   ipfiremake nagios
+  ipfiremake tripwire
+  ipfiremake sysstat
 }
 
 buildinstaller() {
@@ -601,17 +605,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
-       fi
-  done
-  
+  #if [ ! -f $BASEDIR/ipfire-$VERSION.i586-devel.iso ]; then
+       #       ipfiremake cdrom ED=devel
+       #fi
+       ipfiremake cdrom ED=full
+       
   # Check if there is a loop device for building in virtual environments
   if [ -e /dev/loop0 ]; then
        ipfiremake usb-stick
@@ -949,10 +947,12 @@ svn)
                evaluate 1
          ;;
          diff|di)
+         update_langs
                echo -ne "Make a local diff to last svn revision"
                svn diff > ipfire-diff-`date +'%Y-%m-%d-%H:%M'`-r`svn info | grep Revision | cut -c 11-`.diff
                evaluate 1
                echo "Diff was successfully saved to ipfire-diff-`date +'%Y-%m-%d-%H:%M'`-r`svn info | grep Revision | cut -c 11-`.diff"
+               svn status
          ;;
        esac
        ;;
@@ -1058,6 +1058,9 @@ pxe)
        esac
        exit 0
        ;;
+lang)
+       update_langs
+       ;;
 "")
        clear
        svn info