diff options
Diffstat (limited to 'templates/install')
-rw-r--r-- | templates/install/image/node.def | 2 | ||||
-rw-r--r-- | templates/install/system/node.def | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/templates/install/image/node.def b/templates/install/image/node.def new file mode 100644 index 0000000..e229319 --- /dev/null +++ b/templates/install/image/node.def @@ -0,0 +1,2 @@ +help: Install new system image to hard drive +run: sudo /opt/vyatta/sbin/install-image diff --git a/templates/install/system/node.def b/templates/install/system/node.def new file mode 100644 index 0000000..c200404 --- /dev/null +++ b/templates/install/system/node.def @@ -0,0 +1,2 @@ +help: Install system to hard drive +run: sudo /opt/vyatta/sbin/install-system |