aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristos.K <freedomrfox@gmail.com>2017-08-29 18:00:44 +0300
committerChristos.K <freedomrfox@gmail.com>2017-08-29 18:00:44 +0300
commitc6ee83b7f790c1fc961d3055131f30656073bb62 (patch)
treee9f88aa43bcbe982eed307018c43fce826baceec
parentremoved =1 condition (diff)
downloadGSE-c6ee83b7f790c1fc961d3055131f30656073bb62.tar.gz
GSE-c6ee83b7f790c1fc961d3055131f30656073bb62.tar.bz2
GSE-c6ee83b7f790c1fc961d3055131f30656073bb62.zip
Included cp as well
-rw-r--r--config.d/system/inject_files6
1 files changed, 3 insertions, 3 deletions
diff --git a/config.d/system/inject_files b/config.d/system/inject_files
index 018613d..db42d3e 100644
--- a/config.d/system/inject_files
+++ b/config.d/system/inject_files
@@ -1,8 +1,8 @@
# This file will be used to inject files to the system before it is archived
#
-# Syntax: {/path/at/local/file} {/path/to/file}
-# Example: /usr/lib64/foo /usr/lib64/bar -> rsync -aAXPhrv /usr/lib64/foo $DISTDIR/stage3/usr/lib64/bar
-
+# Syntax: {rsync/cp} {/path/at/local/file} {/path/to/file}
+# Example: rsync /usr/lib64/foo /usr/lib64/bar -> rsync -aAPhrv /usr/lib64/foo $DISTDIR/stage3/usr/lib64/bar
+#