Hello,<br />
<br />
I've used pungi with the following configuration to create a resping of centos with xen4centos support:<br />
<br />
repo --name=centos-base --baseurl=<a href="ftp://url/centos/6/os/x86_64">ftp://url/centos/6/os/x86_64</a> [<a href="ftp://url/centos/6/os/x86_64" target="_blank">^</a>] --cost=1 --excludepkgs=qemu-kvm<br />
repo --name=centos-updates --baseurl=<a href="ftp://url/centos/6/updates/x86_64">ftp://url/centos/6/updates/x86_64</a> [<a href="ftp://url/centos/6/updates/x86_64" target="_blank">^</a>] --cost=1 --excludepkgs=qemu-kvm<br />
repo --name=xen4centos --baseurl=<a href="http://mirror.centos.org/centos/6/xen4/x86_64/">http://mirror.centos.org/centos/6/xen4/x86_64/</a> [<a href="http://mirror.centos.org/centos/6/xen4/x86_64/" target="_blank">^</a>] --cost=1<br />
<br />
%packages<br />
@base<br />
@core<br />
@system-admin-tools<br />
anaconda<br />
<br />
# some default stuff that we don't want<br />
-pm-utils # to avoid HAL etc.<br />
-kexec-tools # to avoid failing kdump init script<br />
%end<br />
<br />
to create an ISO to install centos+xen from start. The 3.4 kernel gets included fine in the cdrom.<br />
When i try to install the ISO it freezes after anaconda starts graphical mode. I can't move the mouse, change to other VT, etc. If i install it using text mode or vnc mode it works fine. If i try the graphical safe mode (VESA) it also freezes.<br />
<br />
If i ommit the centos xen repository graphical installation works fine.<br />
<br />
The attached patch solves the issue. Please build with <br />
<br />
CONFIG_INPUT_EVDEV=y
↧