Add diskimage_mv().
[tridge/autocluster.git] / config.d / 05diskimage_guestfish.defconf
index 4ae66c9a24656b1f9e88da47490643b14734c33c..abb10081f1e8ee3240725c36e47b1ce6e70c45ef 100644 (file)
@@ -154,3 +154,8 @@ diskimage_command_guestfish ()
     # single string...  and, yes, quoting is lost.
     guestfish --remote command "$*"
 }
+
+diskimage_mv_guestfish ()
+{
+    guestfish --remote mv "$1" "$2"
+}