Fix some typos in configuration_tasks help file
authorNikos Skalkotos <skalkoto@grnet.gr>
Fri, 8 Mar 2013 17:27:36 +0000 (19:27 +0200)
committerNikos Skalkotos <skalkoto@grnet.gr>
Tue, 12 Mar 2013 09:57:33 +0000 (11:57 +0200)
Credits go to Konstantinos Tompoulidis <kostikas@grnet.gr>

AUTHORS
image_creator/help/configuration_tasks.rst

diff --git a/AUTHORS b/AUTHORS
index 925f9fa..1a50d80 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -5,4 +5,5 @@ CONTRIBUTORS:
 Alex Pyrgiotis <apyrgio@cslab.ece.ntua.gr>
 Vangelis Koukis <vkoukis@grnet.gr>
 Giannis Spiliopoulos <gspilio@admin.grnet.gr>
+Konstantinos Tompoulidis <kostikas@grnet.gr>
 
index cc489e9..1fc1fe0 100644 (file)
@@ -24,19 +24,19 @@ All SSH keys found in the image are removed. For debian instance,
 where the key creation is not perfored automatically, the keys
 are recreated by this task.
 
-Tempory disable Remote Desktop (RDP) connections
-------------------------------------------------
-RDP connections are temporarily disabled during windows
+Temporary disable Remote Desktop (RDP) connections
+--------------------------------------------------
+RDP connections are temporarily disabled during Windows
 configuration. This is done because when sysprep runs, there is a
-small time interval where the new password is not applied yet and
-allowing RDP connections raises security conserns.
+small time interval where the new password is not applied yet thus
+allowing RDP connections which raises some security conserns.
 
 Perform SELinux file system relabeling
 --------------------------------------
 For redhat-based images, since the instance's disk is modified
-during during deployment, a full SELinux file system relabeling
-needs to be performed. This tasks triggeres a full file system
-relabel at the next boot.
+during deployment, a full SELinux file system relabeling needs to
+be performed. This tasks triggers a full file system relabel at
+the next boot.
 
 Hostname or Computer name assignment
 ------------------------------------
@@ -51,4 +51,4 @@ the USERS property.
 File Injection
 --------------
 The files specified by the PERSONALITY image property are
-injected into the instances hard disk.
+injected into the instance's hard disk.