]> ruderich.org/simon Gitweb - safcm/safcm.git/blobdiff - README.adoc
README.adoc: improve list of supported operating systems
[safcm/safcm.git] / README.adoc
index 180cdf357b564d0033ba0664b3156e293b81dd3a..2471f92d1b9b4e0fdd5785c68af4adc8b3d1c7d8 100644 (file)
@@ -102,6 +102,11 @@ future, others are due to the design of safcm.
   `/root` which often have strict permissions by default, so carefully check
   the diff output for unwanted changes.
 
+- Full file content of all files is sent to the remote during synchronization.
+  This makes it impractical to synchronize large files with safcm. As most
+  configuration files are small this shouldn't be an issue for common
+  scenarios.
+
 - Quoted strings in the output are quoted using Go's `%q` format string. The
   result is similar -- but not identical -- to quoted strings in regular shell
   scripts which can be confusing.
@@ -120,8 +125,9 @@ future, others are due to the design of safcm.
 
 - *remote hosts*:
   * Go support for architecture and operating system
-  * GNU/Linux with common commands (`stat`, `sha512sum`, `cat`, `rm`, `ln`,
-    `chmod`)
+  * Supported operating system:
+    ** GNU/Linux with common commands (`uname`, `id`, `stat`, `sha512sum`,
+       `cat`, `mktemp`, `rm`, `ln`, `chmod`)
   * SSH server
   * to install packages:
     ** `apt-get` (Debian or derivative)