From 1d0cd8922bab1d8d53b886b8287baeb22979d087 Mon Sep 17 00:00:00 2001 From: John Southworth Date: Sat, 23 Apr 2011 12:48:18 -0700 Subject: Initial addition of image op mode tools --- templates/copy/files/node.def | 1 + templates/copy/files/node.tag/node.def | 3 +++ templates/copy/files/node.tag/to/node.def | 1 + templates/copy/files/node.tag/to/node.tag/node.def | 4 ++++ 4 files changed, 9 insertions(+) create mode 100644 templates/copy/files/node.def create mode 100644 templates/copy/files/node.tag/node.def create mode 100644 templates/copy/files/node.tag/to/node.def create mode 100644 templates/copy/files/node.tag/to/node.tag/node.def (limited to 'templates/copy/files') diff --git a/templates/copy/files/node.def b/templates/copy/files/node.def new file mode 100644 index 0000000..e1b2447 --- /dev/null +++ b/templates/copy/files/node.def @@ -0,0 +1 @@ +help: Copy files diff --git a/templates/copy/files/node.tag/node.def b/templates/copy/files/node.tag/node.def new file mode 100644 index 0000000..8df0e7c --- /dev/null +++ b/templates/copy/files/node.tag/node.def @@ -0,0 +1,3 @@ +help: Directory to copy files from +comptype: imagefiles +allowed: echo -n "" diff --git a/templates/copy/files/node.tag/to/node.def b/templates/copy/files/node.tag/to/node.def new file mode 100644 index 0000000..21f3ade --- /dev/null +++ b/templates/copy/files/node.tag/to/node.def @@ -0,0 +1 @@ +help: Path to copy into diff --git a/templates/copy/files/node.tag/to/node.tag/node.def b/templates/copy/files/node.tag/to/node.tag/node.def new file mode 100644 index 0000000..751783b --- /dev/null +++ b/templates/copy/files/node.tag/to/node.tag/node.def @@ -0,0 +1,4 @@ +help: Directory to copy files to +comptype: imagefiles +allowed: echo -n "" +run: sudo ${vyatta_sbindir}/vyatta-image-tools.pl --copy $3 $5 -- cgit v1.2.3