------------------------
From: Aaron Digulla <[EMAIL PROTECTED]>
Subject: [linuxconf] Errors during boot II
Date: Tue, 20 Oct 1998 13:24:32 +0200
To: Linuxconf Mailing List <[EMAIL PROTECTED]>
>
> Ok, I browsed a bit though the linuxconf source (there are comments *gasp*).
> What I finally came up with is this: If linuxconf prints a "*" (asterix)
> before a line, this line was written to stderr and the internal error
> counter is increased for each such line. Why is this ? Shouldn't
> linuxconf solely rely on the return code ?
>
> The offending command in my setup is /bin/loadkeys which prints the
> name of the keymap to stderr. What should I do ?
copy the following (from /sbin/init.d/boot.setup) into /sbin/init.d/boot.local
if test -f /etc/default.keytab -a -x /bin/loadkeys; then
/bin/loadkeys /etc/default.keytab
fi
if test -n "$FONT" -a "$FONT" != "YAST_ASK" -a \
-x /usr/bin/setfont -a -x /usr/bin/loadunimap -a \
-d /usr/lib/kbd/consolefonts ; then
/usr/bin/loadunimap
/usr/bin/setfont $FONT
fi
and comment out in the original file.
Than the font gets set before linuxconf starts.
>
> And why isn't there a FAQ ?
If you have time you can start one.
MfG / Regards
Friedrich
_
Friedrich Lobenstock FL226-RIPE Internetservices
URL: http://www.fl.priv.at/ Email: [EMAIL PROTECTED]
_
Remember: UNIX is user-friendly .. it's just selective
about who its friends are !
---
You are currently subscribed to linuxconf as: [[email protected]]
To unsubscribe, forward this message to [EMAIL PROTECTED]