/[packages]/cauldron/xen/current/SOURCES/xen.modules
ViewVC logotype

Contents of /cauldron/xen/current/SOURCES/xen.modules

Parent Directory Parent Directory | Revision Log Revision Log


Revision 65925 - (show annotations) (download)
Mon Mar 7 11:00:53 2011 UTC (13 years, 1 month ago) by saispo
File size: 293 byte(s)
imported package xen
1 #!/bin/sh
2
3 test -d /proc/xen || exit 0
4 test -f /proc/xen/capabilities || mount -t xenfs xen /proc/xen
5 test -f /proc/xen/capabilities || exit 0
6 grep -q "control_d" /proc/xen/capabilities || exit 0
7
8 for module in xen-evtchn evtchn blkbk netbk; do
9 modprobe ${module} >/dev/null 2>&1
10 done

  ViewVC Help
Powered by ViewVC 1.1.30