[debian-edu-commits] r80091 -	branches/wheezy/debian-edu-config/share/debian-edu-config/tools
    pere at alioth.debian.org 
    pere at alioth.debian.org
       
    Fri May 17 06:04:40 UTC 2013
    
    
  
Author: pere
Date: 2013-05-17 06:04:40 +0000 (Fri, 17 May 2013)
New Revision: 80091
Modified:
   branches/wheezy/debian-edu-config/share/debian-edu-config/tools/debian-edu-bless
Log:
Improve comments and make sure to report what is going on during debugging.
Modified: branches/wheezy/debian-edu-config/share/debian-edu-config/tools/debian-edu-bless
===================================================================
--- branches/wheezy/debian-edu-config/share/debian-edu-config/tools/debian-edu-bless	2013-05-17 05:39:08 UTC (rev 80090)
+++ branches/wheezy/debian-edu-config/share/debian-edu-config/tools/debian-edu-bless	2013-05-17 06:04:40 UTC (rev 80091)
@@ -11,8 +11,12 @@
 # This script must run as root.
 
 set -e
+set -x
 
-# Install with these settings
+# Set up this (or these) profile(s)
+# Possible values, can be combined using comma
+#   Main-Server, Workstation, Roaming-Workstation, Thin-Client-Server,
+#   Minimal, Standalone
 PROFILE="Workstation"
 
 # Desktop environment to use.  Can include several comma separated values.
    
    
More information about the debian-edu-commits
mailing list