diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2010-10-19 18:14:10 -0700 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2010-10-19 18:14:10 -0700 |
commit | 65f134327d9c081616022ca6aef2e6eeef2b8b4a (patch) | |
tree | 1988edba8d1c61ca0d9f9c1b19f5f916db1bc282 | |
parent | 7996eebcc05cdebdaed6060f897e93e16a9a689f (diff) | |
download | vyatta-cfg-system-65f134327d9c081616022ca6aef2e6eeef2b8b4a.tar.gz vyatta-cfg-system-65f134327d9c081616022ca6aef2e6eeef2b8b4a.zip |
keep serial console until configuration is working
-rwxr-xr-x | scripts/rl-system.init | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/rl-system.init b/scripts/rl-system.init index 0e8d23d8..4f71cd48 100755 --- a/scripts/rl-system.init +++ b/scripts/rl-system.init @@ -212,7 +212,7 @@ start () { done # Remove serial console settings - sed -i -e '/^T/d' /etc/inittab +# sed -i -e '/^T/d' /etc/inittab ## Clear out apt config file--it will be filled in by rtrmgr empty /etc/apt/sources.list |