On Wed, Jun 28, 2000 at 07:16:57PM -0700, Mike & Tracy Holt wrote:
> I've just recently noticed that the lines on the boot screen (command
> line logon prompt) are repeated.  In other words, I'm seeing this:
> 
> One 700MHz AMD AMD Athlon (tm) Processor Processor, 511M RAM 

What you're seeing is the content of /etc/issue.  /etc/issue is set at boot
time to the output of running linux_logo -c from /etc/rc.d/rc.local.  Now
linux_logo gets its input from /proc/cpuinfo.  If you run 'cat
/proc/cpuinfo', I'd bet that the line starting with "model name:" ends with
"AMD Athlon (tm)".

If you want to fix that, have a look at the sources of linux_logo and find
the place where it pastes the model name: line so that it doesn't add "AMD
Athlon", but instead only "Athlon".

Alexander Skwar
-- 
Homepage:       http://www.digitalprojects.com
Sichere Mail?   PGP/GnuPG Keys als Antwort auf Mail mit Betr: Get GPG Key
ICQ:            7328191

Reply via email to