[debian-edu-commits] r80097 - branches/wheezy/debian-edu-config/share/debian-edu-config/tools

pere at alioth.debian.org pere at alioth.debian.org
Fri May 17 09:44:55 UTC 2013


Author: pere
Date: 2013-05-17 09:44:54 +0000 (Fri, 17 May 2013)
New Revision: 80097

Modified:
   branches/wheezy/debian-edu-config/share/debian-edu-config/tools/debian-edu-bless
Log:
Improve comments.

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 08:55:19 UTC (rev 80096)
+++ branches/wheezy/debian-edu-config/share/debian-edu-config/tools/debian-edu-bless	2013-05-17 09:44:54 UTC (rev 80097)
@@ -96,7 +96,7 @@
 EOF
 apt-get update
 
-# 2. Create /etc/debian-edu/config, for example like this:
+# 2. Create /etc/debian-edu/config with the wanted configuration.
 mkdir -p /etc/debian-edu
 cat <<EOF > /etc/debian-edu/config
 VERSION="$VERSION"
@@ -110,12 +110,13 @@
 fi
 
 # 3. Install debian-edu-install to load preseeding values and pull in
-#    our configuration..
+#    our configuration.
 apt-get install -y debian-edu-install
 
-# 4. Run tasksel to install packages according to the profile
-#    specified in the config above, overriding some of the Debian
-#    automation machinery.
+# 4. Preseed debconf databasewith profile setup in
+#    /etc/debian-edu/config, and run tasksel to install packages
+#    according to the profile specified in the config above,
+#    overriding some of the Debian automation machinery.
 (
     echo debian-edu-install debian-edu-install/profile multiselect "$PROFILE"
     echo tasksel            tasksel/desktop            string      "$DESKTOP"
@@ -146,12 +147,12 @@
     exit 1
 fi
 
-# 5. Run cfengine to configure everything that could not be done using
-#    preseeding.
+# 5. Run debian-edu-cfengine-D installation to configure everything
+#    that could not be done using preseeding.
 cfengine-debian-edu -D installation
 etckeeper commit "/etc/ state after running cfengine-debian-edu."
 
-# 6. Reboot
+# 6. Ask for a reboot to enable all the configuration changes.
 echo "It is now time to reboot. For example by running"
 echo "  shutdown -r now 'Into the great wide open'"
 exit 0




More information about the debian-edu-commits mailing list