diff --git a/hooks/common/60-copy-host-files b/hooks/common/60-copy-host-files index 4a772bb..d5b8d56 100755 --- a/hooks/common/60-copy-host-files +++ b/hooks/common/60-copy-host-files @@ -1,7 +1,6 @@ #!/bin/sh # -# Copy files from a 'skel' directory, if present, into the -# new images +# Copy some specific files from host nachine into the new images # diff --git a/hooks/common/65-copy-user-files b/hooks/common/65-copy-user-files index 36f6b1f..d678c14 100755 --- a/hooks/common/65-copy-user-files +++ b/hooks/common/65-copy-user-files @@ -38,7 +38,7 @@ if [ -d /etc/xen-tools/skel ]; then else - logMessage skel directory, /etc/xen-tools/skell, not present ignoring. + logMessage skel directory, /etc/xen-tools/skel, not present ignoring. fi