]> gitweb.fluxo.info Git - hydra.git/commitdiff
Updates share
authorSilvio Rhatto <rhatto@riseup.net>
Sun, 2 Oct 2016 20:12:33 +0000 (17:12 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sun, 2 Oct 2016 20:12:33 +0000 (17:12 -0300)
doc/todo.rst
share/hydractl/mount-media
share/hydractl/sync-media

index 28fed93416d5a0c9f62f713729dbf17f25b0faa1..3f538a1e67f53963abb9406c0cae900518b3670e 100644 (file)
@@ -1,6 +1,7 @@
 TODO
 ====
 
+- sync-media: proper initialization for new machines.
 - mount-media: lvm support.
 - import-certs:
   - concat.pem.
index 0073292d1f7c303d7035aaeedd68d76e2d94efeb..f6e3642deedb834fa3ee01c5f72326c1719eb9ac 100755 (executable)
@@ -21,6 +21,7 @@ if [ -z "$VOLUME" ]; then
   VOLUME="sdb1"
 fi
 
+# Disk config
 DISK="`echo ${VOLUME} | sed -e s/[0-9]\$//g`"
 
 # Set sudo config
index d6102451173d1283173ae998500e628087904535..31e5fcd81edcc294539f38e6727c75310f19714b 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/bash
 #
-# sync-media assets using git-annex
+# sync-media assets using git-annex or rsync
 #
 
 REMOTE="$1"