|
From: Aivils S. <ai...@un...> - 2005-12-02 07:10:23
|
On Ceturtdiena, 1. Decembris 2005 18:36, Nhadie wrote:
> Hi,
>
> Hope you can help me, I've been trying backstreet ruby on redhat 9.
> I used kernel 2.4.27 and use the backstreetruby patch for that kernel. i
> followed what needs to be added on the kernel. When I build the kernel it's
> all ok. but when I booted up using the patched kernel backstreet ruby,
> my system hangs at the part "setting default font.... " what could my error
> be?
Older versions of backstreet ruby have bug. Open file
/etc/rc.d/rc.sysinit
Find out setsysfont and disable
Sample lines - must be commented out our deleted
if [ "`/sbin/consoletype`" = "vt" -a -x /sbin/setsysfont ]; then
echo -n "Setting default font ($SYSFONT): "
/sbin/setsysfont
if [ $? -eq 0 ]; then
success
else
failure
fi
echo ; echo
fi
backstreet ruby is compatible with consolechars
Aivils
|