diff options
-rw-r--r-- | templates/init-floppy/node.def | 2 | ||||
-rw-r--r-- | templates/install-system/node.def | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/templates/init-floppy/node.def b/templates/init-floppy/node.def new file mode 100644 index 0000000..8f94a59 --- /dev/null +++ b/templates/init-floppy/node.def @@ -0,0 +1,2 @@ +help: Format and prepare a floppy to save the config.boot file +run: sudo /opt/vyatta/bin/init-floppy 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 |