From 422f682b37016d3d1df989265c5f7b34fdadcd33 Mon Sep 17 00:00:00 2001 From: Axel Beckert Date: Fri, 4 Aug 2017 00:44:20 +0200 Subject: [PATCH] Fix comments wrt. /etc/xen-tools/skel/ --- hooks/common/60-copy-host-files | 3 +-- hooks/common/65-copy-user-files | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) 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