* Manoj Srivastava > I see code in /usr/share/kernel-package/ruleset/arches/xen.mk > to call and use vmlinuz insted of bzImage for kernel versions later > than 2.5.41 -- is the version check not good enough?
I think that file is only used if ARCH=xen. Which is correct for all released versions of Xen, but the new implementation that eventually will be merged into the kernel sources use ARCH=i386 (or x86_64), and then you choose Xen-compatible when asked for Subarchitecture Type under Processor type and features in menuconfig. This sets CONFIG_X86_XEN=y. -- Tore Anderson -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]