Nir Soffer has uploaded a new change for review.

Change subject: boot: Fix kernel panic when booting from USB3 port
......................................................................

boot: Fix kernel panic when booting from USB3 port

Centos builds the USB3 driver (xhci-hcd) as a module. The module was not
available during boot, which caused a kernel panic.  This patch adds
kickstart device directive to ensure that xhci-hcd module is available
during boot.

Change-Id: If798b99abea32178f4105ec4cf94b833fc9c3bd4
Signed-off-by: Nir Soffer <nsof...@redhat.com>
---
M centos/kickstart/ovirt-live-base.ks.in
1 file changed, 4 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-live refs/changes/95/22495/1

diff --git a/centos/kickstart/ovirt-live-base.ks.in 
b/centos/kickstart/ovirt-live-base.ks.in
index cc2c439..4262a2d 100644
--- a/centos/kickstart/ovirt-live-base.ks.in
+++ b/centos/kickstart/ovirt-live-base.ks.in
@@ -13,6 +13,10 @@
 selinux --permissive
 firewall --enabled --service=mdns
 
+# Ensures that the USB3 driver module is available during boot. Required for
+# booting on USB3 port.
+device xhci-hcd
+
 repo --name=base       
--mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=os
 repo --name=updates    
--mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=updates
 repo --name=epel       
--mirrorlist=https://mirrors.fedoraproject.org/metalink?repo=epel-6&arch=$basearch


-- 
To view, visit http://gerrit.ovirt.org/22495
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: If798b99abea32178f4105ec4cf94b833fc9c3bd4
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-live
Gerrit-Branch: master
Gerrit-Owner: Nir Soffer <nsof...@redhat.com>
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to