On Sun January 11 2009, Ron Johnson wrote:
> The .run files are containers,
18 meg shell scripts..

>
> > with --no-kernel-module
>
> You need both the 32-bit *and* 64-bit .run files.
>
> 64-bit for the module, and 32-bit for everything else.

do you still have a copy of the file you used that worked??

I see the part in the I686 for local_arch:

# Perform a platform check

LOCAL_OS=`uname 2> /dev/null`
LOCAL_ARCH=`uname -m 2> /dev/null`

[ "$LOCAL_ARCH" = "i386" ] && LOCAL_ARCH="x86"
[ "$LOCAL_ARCH" = "i486" ] && LOCAL_ARCH="x86"
[ "$LOCAL_ARCH" = "i586" ] && LOCAL_ARCH="x86"
[ "$LOCAL_ARCH" = "i686" ] && LOCAL_ARCH="x86"

I'm assuming this is the part that needs to come from the amd64 build?

-- 
Paul Cartwright
Registered Linux user # 367800
Registered Ubuntu User #12459


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to