From 909267c0ba0bf6c92e14150313e3e3f6958753ea Mon Sep 17 00:00:00 2001 From: John Southworth Date: Wed, 17 Aug 2011 19:09:25 -0500 Subject: Move init-floppy install-system and install-image (cherry picked from commit f28077e62a757491e9ae8200f9cbb92eda7410dc) --- templates/format/system-floppy/node.def | 2 ++ templates/init-floppy/node.def | 2 -- templates/install-image/node.def | 2 -- templates/install-system/node.def | 2 -- templates/install/image/node.def | 2 ++ templates/install/system/node.def | 2 ++ 6 files changed, 6 insertions(+), 6 deletions(-) create mode 100644 templates/format/system-floppy/node.def delete mode 100644 templates/init-floppy/node.def delete mode 100644 templates/install-image/node.def delete mode 100644 templates/install-system/node.def create mode 100644 templates/install/image/node.def create mode 100644 templates/install/system/node.def diff --git a/templates/format/system-floppy/node.def b/templates/format/system-floppy/node.def new file mode 100644 index 0000000..c897913 --- /dev/null +++ b/templates/format/system-floppy/node.def @@ -0,0 +1,2 @@ +help: Format and prepare a floppy to save the config.boot file +run: sudo /opt/vyatta/sbin/init-floppy diff --git a/templates/init-floppy/node.def b/templates/init-floppy/node.def deleted file mode 100644 index c897913..0000000 --- a/templates/init-floppy/node.def +++ /dev/null @@ -1,2 +0,0 @@ -help: Format and prepare a floppy to save the config.boot file -run: sudo /opt/vyatta/sbin/init-floppy diff --git a/templates/install-image/node.def b/templates/install-image/node.def deleted file mode 100644 index e229319..0000000 --- a/templates/install-image/node.def +++ /dev/null @@ -1,2 +0,0 @@ -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 deleted file mode 100644 index c200404..0000000 --- a/templates/install-system/node.def +++ /dev/null @@ -1,2 +0,0 @@ -help: Install system to hard drive -run: sudo /opt/vyatta/sbin/install-system 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 -- cgit v1.2.3