summaryrefslogtreecommitdiff
path: root/templates/update
diff options
context:
space:
mode:
authorJohn Southworth <john.southworth@vyatta.com>2011-04-25 11:15:59 -0500
committerJohn Southworth <john.southworth@vyatta.com>2011-04-25 11:15:59 -0500
commit753e1a7c79df5e2766cd6fa807078c8e0f68c05e (patch)
tree195abc0ffa6ba2440ff7e4e34a1cf0c7b6dfb564 /templates/update
parent9578473a2ba955a1b081dac28ea3aa2bbad88431 (diff)
parent7515f598b4283b65a76ea4175b3957c38bbd0eef (diff)
downloadvyatta-op-753e1a7c79df5e2766cd6fa807078c8e0f68c05e.tar.gz
vyatta-op-753e1a7c79df5e2766cd6fa807078c8e0f68c05e.zip
Merge branch 'napa' of http://git.vyatta.com/vyatta-op into napa
Diffstat (limited to 'templates/update')
-rw-r--r--templates/update/config/node.def1
-rw-r--r--templates/update/config/node.tag/from/node.def1
-rw-r--r--templates/update/config/node.tag/from/node.tag/node.def10
-rw-r--r--templates/update/config/node.tag/node.def10
4 files changed, 22 insertions, 0 deletions
diff --git a/templates/update/config/node.def b/templates/update/config/node.def
new file mode 100644
index 0000000..4bf41da
--- /dev/null
+++ b/templates/update/config/node.def
@@ -0,0 +1 @@
+help: Update image config
diff --git a/templates/update/config/node.tag/from/node.def b/templates/update/config/node.tag/from/node.def
new file mode 100644
index 0000000..413f817
--- /dev/null
+++ b/templates/update/config/node.tag/from/node.def
@@ -0,0 +1 @@
+help: Image to update from
diff --git a/templates/update/config/node.tag/from/node.tag/node.def b/templates/update/config/node.tag/from/node.tag/node.def
new file mode 100644
index 0000000..d540b9c
--- /dev/null
+++ b/templates/update/config/node.tag/from/node.tag/node.def
@@ -0,0 +1,10 @@
+help: Image to update from
+allowed: reply=( $(compgen -f /live/image/boot/ | grep -v grub) )
+ for i in `seq 0 $[${#reply[@]}-1]`; do
+ file=${reply[$i]}
+ reply[$i]=${file/#\/live\/image\/boot\//}
+ reply[$i]="${reply[$i]}://"
+ done
+ reply+=( "running://" )
+ echo "${reply[*]}"
+run: sudo ${vyatta_sbindir}/vyatta-image-tools.pl --update $3 $5
diff --git a/templates/update/config/node.tag/node.def b/templates/update/config/node.tag/node.def
new file mode 100644
index 0000000..8a4a2eb
--- /dev/null
+++ b/templates/update/config/node.tag/node.def
@@ -0,0 +1,10 @@
+help: Image to update
+allowed: reply=( $(compgen -f /live/image/boot/ | grep -v grub) )
+ for i in `seq 0 $[${#reply[@]}-1]`; do
+ file=${reply[$i]}
+ reply[$i]=${file/#\/live\/image\/boot\//}
+ reply[$i]="${reply[$i]}://"
+ done
+ reply+=( "running://" )
+ echo "${reply[*]}"
+run: sudo ${vyatta_sbindir}/vyatta-image-tools.pl --updateone $3