Bryan Kadzban wrote:
> Bruce Dubbs wrote:
>   
>> To stop klogd from trying to read System.map, it requires passing -x
>> in the command line.  We can do that easily in the boot scripts.
>>     
>
> Which I would suggest if we want to silence the warning.  Given the
> (total lack of) need for System.map for the past seven years, I think we
> should also expunge any reference to it from the book, but whatever.
>
>   
from slackware rc.syslog
    # '-c 3' = display level 'error' or higher messages on console
    # '-x' = turn off broken EIP translation

so, I'm using
    loadproc klogd -c 3 -x

---
David Jensen

-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-dev
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to