From: Nikos Skalkotos Date: Fri, 8 Mar 2013 17:27:36 +0000 (+0200) Subject: Fix some typos in configuration_tasks help file X-Git-Tag: v0.2.5~10 X-Git-Url: https://code.grnet.gr/git/snf-image-creator/commitdiff_plain/495a0d12ea6dcb8fd56b1d42e010112eab587bf6?hp=56884b64d946f71a4bc4b307ad6bab875713efc1 Fix some typos in configuration_tasks help file Credits go to Konstantinos Tompoulidis --- diff --git a/AUTHORS b/AUTHORS index 925f9fa..1a50d80 100644 --- a/AUTHORS +++ b/AUTHORS @@ -5,4 +5,5 @@ CONTRIBUTORS: Alex Pyrgiotis Vangelis Koukis Giannis Spiliopoulos +Konstantinos Tompoulidis diff --git a/image_creator/help/configuration_tasks.rst b/image_creator/help/configuration_tasks.rst index cc489e9..1fc1fe0 100644 --- a/image_creator/help/configuration_tasks.rst +++ b/image_creator/help/configuration_tasks.rst @@ -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.