SVN: bootdisk/trunk/batch-installer/mkallpkgsets

hawk hawk at pld-linux.org
Tue Apr 17 19:14:09 CEST 2007


Author: hawk
Date: Tue Apr 17 19:14:07 2007
New Revision: 8461

Modified:
   bootdisk/trunk/batch-installer/mkallpkgsets
Log:
- oops! s/postgresql/pgsql for server installation type
- provide XFCE Workstation installation type


Modified: bootdisk/trunk/batch-installer/mkallpkgsets
==============================================================================
--- bootdisk/trunk/batch-installer/mkallpkgsets	(original)
+++ bootdisk/trunk/batch-installer/mkallpkgsets	Tue Apr 17 19:14:07 2007
@@ -27,9 +27,9 @@
 
 # this is stupid, isn't it? who is going to install server, based
 # on fixed pkgset anyway...
-mk server $base nfs servers backup_tools apache_base php_base postgresql
+mk server $base nfs servers backup_tools apache_base php_base pgsql
 
 x="$base xwindow"
-for wm in kde gnome icewm wmaker ; do
+for wm in kde gnome icewm wmaker xfce; do
   mk $wm-workstation $x $wm
 done


More information about the pld-cvs-commit mailing list