From d93d2275eba8e7ce1d1bae31e069e696120b0008 Mon Sep 17 00:00:00 2001 From: John Southworth Date: Thu, 28 Apr 2011 16:36:38 -0500 Subject: rename 'files' to 'file' in templates for image-tools --- templates/copy/file/node.def | 1 + templates/copy/file/node.tag/node.def | 6 ++++++ templates/copy/file/node.tag/to/node.def | 1 + templates/copy/file/node.tag/to/node.tag/node.def | 7 +++++++ 4 files changed, 15 insertions(+) create mode 100644 templates/copy/file/node.def create mode 100644 templates/copy/file/node.tag/node.def create mode 100644 templates/copy/file/node.tag/to/node.def create mode 100644 templates/copy/file/node.tag/to/node.tag/node.def (limited to 'templates/copy/file') diff --git a/templates/copy/file/node.def b/templates/copy/file/node.def new file mode 100644 index 0000000..e1b2447 --- /dev/null +++ b/templates/copy/file/node.def @@ -0,0 +1 @@ +help: Copy files diff --git a/templates/copy/file/node.tag/node.def b/templates/copy/file/node.tag/node.def new file mode 100644 index 0000000..c52dccd --- /dev/null +++ b/templates/copy/file/node.tag/node.def @@ -0,0 +1,6 @@ +help: Copy files from specified source + scp://:@/ + ftp://:@/ + tftp:/// +comptype: imagefiles +allowed: echo -n "" diff --git a/templates/copy/file/node.tag/to/node.def b/templates/copy/file/node.tag/to/node.def new file mode 100644 index 0000000..21f3ade --- /dev/null +++ b/templates/copy/file/node.tag/to/node.def @@ -0,0 +1 @@ +help: Path to copy into diff --git a/templates/copy/file/node.tag/to/node.tag/node.def b/templates/copy/file/node.tag/to/node.tag/node.def new file mode 100644 index 0000000..75d4aff --- /dev/null +++ b/templates/copy/file/node.tag/to/node.tag/node.def @@ -0,0 +1,7 @@ +help: Copy files to specified destination + scp://:@/ + ftp://:@/ + tftp:/// +comptype: imagefiles +allowed: echo -n "" +run: sudo ${vyatta_sbindir}/vyatta-image-tools.pl --copy $3 $5 -- cgit v1.2.3