From 1da0095f4155100887a98638f3a9d78ff94b82c0 Mon Sep 17 00:00:00 2001 From: Stephen Hemminger Date: Thu, 14 Oct 2010 16:14:15 -0700 Subject: Remove serial console before config Need to flush out serial console lines from inittab to handle the case where no serial console is configured. --- scripts/rl-system.init | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/rl-system.init b/scripts/rl-system.init index e3733521..d8abbf01 100755 --- a/scripts/rl-system.init +++ b/scripts/rl-system.init @@ -214,6 +214,9 @@ start () { fi done + # Remove serial console settings + sed -i -e '/^T/d' /etc/inittab + ## Clear out apt config file--it will be filled in by rtrmgr empty /etc/apt/sources.list } -- cgit v1.2.3