Author: hawk
Date: Wed Apr 18 17:38:39 2007
New Revision: 8465

Modified:
   bootdisk/trunk/batch-installer/ui/ui-wizard
Log:
- busybox du gives bad values, updated all instalation sizes


Modified: bootdisk/trunk/batch-installer/ui/ui-wizard
==============================================================================
--- bootdisk/trunk/batch-installer/ui/ui-wizard (original)
+++ bootdisk/trunk/batch-installer/ui/ui-wizard Wed Apr 18 17:38:39 2007
@@ -902,40 +902,44 @@
       minimal )
         desc1=$(nls "Just very basic packages")
        desc2=$(nls "Don't select unless you're doing embedded system")
-       size=$(nls '64MB without docs, one locale')
+       size=$(nls '56MB without docs, one locale')
        ;;
       base )
         desc1=$(nls "Base PLD Linux installation")
-       size=$(nls '249MB with default set of packages')
+       size=$(nls '202MB with default set of packages')
         ;;
       devel )
         desc1=$(nls "Base PLD Linux installation + basic development packages")
-       size=$(nls '415MB with default set of packages')
+       size=$(nls '341MB with default set of packages')
         ;;
       server )
         desc1=$(nls "Server installation with most of services and daemons")
-       size=$(nls '338MB with default set of packages')
+       size=$(nls '297MB with default set of packages')
         ;;
       gnome-workstation )
         desc1=$(nls "X workstation running GNOME")
-       size=$(nls '581MB with default set of packages')
+       size=$(nls '500MB with default set of packages')
        ;;
       kde-workstation )
         desc1=$(nls "X workstation running KDE")
-       size=$(nls '526MB with default set of packages')
+       size=$(nls '442MB with default set of packages')
        ;;
       icewm-workstation )
         desc1=$(nls "X workstation running IceWM")
-       size=$(nls '390MB with default set of packages')
+       size=$(nls '326MB with default set of packages')
        ;;
       wmaker-workstation )
         desc1=$(nls "X workstation running WindowMaker")
+       size=$(nls '344MB with default set of packages')
+       ;;
+      xfce-workstation )
+        desc1=$(nls "X workstation running XFCE")
        size=$(nls '408MB with default set of packages')
        ;;
       MINI-ISO )
         desc1=$(nls "Limited version of base installation")
        desc2=$(nls "Select this if you're installing from MINI-ISO")
-       size=$(nls '170MB with docs, all locales')
+       size=$(nls '139MB with docs, all locales')
        ;;
       LAST )
         desc1=$(nls "Packages, you have selected last time.")
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to