Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 47518

Summary: mingetty should not clear first console
Product: [Retired] Red Hat Linux Reporter: Need Real Name <chris>
Component: initscriptsAssignee: Bill Nottingham <notting>
Status: CLOSED DUPLICATE QA Contact: Brock Organ <borgan>
Severity: medium Docs Contact:
Priority: medium    
Version: 7.1CC: rvokal
Target Milestone: ---Keywords: FutureFeature
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Enhancement
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2001-07-05 20:54:38 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Need Real Name 2001-07-05 20:54:35 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9.2)
Gecko/20010628

Description of problem:
the mingetty launched on tty1 by /etc/inittab should be started with the
--noclear option. One will not be able to see FAILED init-scripts if the
console is cleared.

How reproducible:
Always

Steps to Reproduce:
Just boot your newly installed System.
	

Actual Results:  The console is cleared, the results of the initscripts can
no longer be seen.

Expected Results:  One should be able to see the results of the initscripts.

Additional info:



Just change one line in /etc/inittab to read:

1:2345:respawn:/sbin/mingetty --noclear tty1

Comment 1 Bill Nottingham 2001-07-06 02:30:49 UTC
You're free to change inittab yourself;
it's %config(noreplace), so it won't be changed on updates.

*** This bug has been marked as a duplicate of 1144 ***