# HG changeset patch # User Fabio Fantoni # Date 1338467204 -7200 # Node ID 1f57503f10112718ecbbe424fa8fc9c55785f4c0 # Parent dd7319230f4ac295b6d14ce2e2a3dccf82bb87d8 tools/hotplug/Linux/init.d/: added other xen kernel modules on xencommons start Signed-off-by: Fabio Fantoni diff -r dd7319230f4a -r 1f57503f1011 tools/hotplug/Linux/init.d/xencommons --- a/tools/hotplug/Linux/init.d/xencommons mer mag 23 12:27:26 2012 +0200 +++ b/tools/hotplug/Linux/init.d/xencommons gio mag 31 14:26:44 2012 +0200 @@ -56,6 +56,9 @@ modprobe xen-evtchn 2>/dev/null modprobe xen-gntdev 2>/dev/null + modprobe xen-gntalloc 2>/dev/null + modprobe xen-blkback 2>/dev/null + modprobe xen-netback 2>/dev/null modprobe evtchn 2>/dev/null modprobe gntdev 2>/dev/null modprobe xen-acpi-processor 2>/dev/null