Subject: Re: Linux emulation (uname)
To: Allen Briggs <briggs@ninthwonder.com>
From: Anders Magnusson <ragge@ludd.luth.se>
List: tech-kern
Date: 09/26/2000 08:03:54
> 
> "Error: Kernel version 2.2 (or higher) is required to use this
>  application.  Please refer to your Linux vendor for instructions
>  on upgrading your kernel."
> 
The corel install program uses "uname" to determine the kernel version.
Just create a file 

# echo 'echo 2.2.2' > /emul/linux/bin/uname
# chmod +x !$

and it will continue to the next step where it complains that
/bin/sh isn't installed (it checkes with RPM). I haven't passed this
point yet...

-- Ragge