[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-users] make-kpkg
> unknown Debian architecture xen, you must specify GNU system type, too at > /usr/bin/dpkg-architecture line 198. Ok, now the problem is clear. /usr/bin/dpkg-architecture does not know about the xen architecture. At line 50 of that file change the code that it reads: %archtable=('i386', 'i386-linux', 'xen', 'xen-linux', 'sparc', 'sparc-linux', [...] However make-kpkg will still not work after that (for the xenU kernel), because it does not allow a kernel-version which has a uppercase character. So for the xenU kernel in the Makefile EXTRAVERSION must be changed from 'xenU' to 'xenu'. Regards Michael -- It's an insane world, but i'm proud to be a part of it. -- Bill Hicks _______________________________________________ Xen-users mailing list Xen-users@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-users
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |