diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2008-03-12 13:27:46 -0700 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2008-03-12 13:27:46 -0700 |
commit | 9540225994d6136b4565933731c6162dc1eecb8d (patch) | |
tree | 0e15decfae5bf23ae266850cacdaf34d7fb84ef6 /templates | |
parent | 00ed76fce223092d3b5b0698450064ded55021e7 (diff) | |
download | vyatta-op-9540225994d6136b4565933731c6162dc1eecb8d.tar.gz vyatta-op-9540225994d6136b4565933731c6162dc1eecb8d.zip |
Move init-floppy to /opt/vyatta/sbin
This command won't work for operator (same as install-system).
Diffstat (limited to 'templates')
-rw-r--r-- | templates/init-floppy/node.def | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/init-floppy/node.def b/templates/init-floppy/node.def index 8f94a59..c897913 100644 --- a/templates/init-floppy/node.def +++ b/templates/init-floppy/node.def @@ -1,2 +1,2 @@ help: Format and prepare a floppy to save the config.boot file -run: sudo /opt/vyatta/bin/init-floppy +run: sudo /opt/vyatta/sbin/init-floppy |