diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2010-10-18 11:56:51 -0700 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2010-10-18 11:56:51 -0700 |
commit | 7996eebcc05cdebdaed6060f897e93e16a9a689f (patch) | |
tree | db9923d1d726dd49c5d4dc5e0b27ca844a711f55 /templates/system | |
parent | 42a7a9eec36882e9b40486a65088017d0473ec70 (diff) | |
download | vyatta-cfg-quagga-7996eebcc05cdebdaed6060f897e93e16a9a689f.tar.gz vyatta-cfg-quagga-7996eebcc05cdebdaed6060f897e93e16a9a689f.zip |
Neuter the serial console config until it works
Diffstat (limited to 'templates/system')
-rw-r--r-- | templates/system/console/node.def | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/system/console/node.def b/templates/system/console/node.def index d42f8cf6..92d2f79b 100644 --- a/templates/system/console/node.def +++ b/templates/system/console/node.def @@ -1,3 +1,4 @@ priority: 100 help: Serial console configuration -end: sudo /opt/vyatta/sbin/vyatta_update_console.pl +# don't do configuration yet -- still broken +#end: sudo /opt/vyatta/sbin/vyatta_update_console.pl |