Bugzilla – Bug 135529
provide installation image that can run in a Xen domain
Last modified: 2005-11-25 13:23:40 UTC
the current initrd and kernel that provide the installer can not be used in a Xen guest, because kernel and modules don't support xen. To be able to run the installer directly in a guest, it would be helpful to have an additional kernel and initrd that may be rused for this purpose.
You should use kernel from kernel-xen package. To obtain an installation initrd is not that simple - use package install-initrd. The package contains installation initrd which can be customized by /usr/sbin/mkinstallinitrd script. The script creates modified initrd which uses specified kernel modules. This way it's used in the yast xen module. I can provide more details on request.