fae2d654bea02ccd4970b910549b79e26933878d diff --git a/mayflower b/mayflower index a8ca7b3..1c9dc87 100755 --- a/mayflower +++ b/mayflower @@ -398,6 +398,8 @@ echo "env{MODALIAS}\"" >> /etc/udev/rule echo "ACTION==\"add\", SUBSYSTEM==\"scsi_device\" RUN+=\"/sbin/modprobe sg\"" >> /etc/udev/rules.d/10-modprobe.rules echo "ACTION==\"add\", SUBSYSTEM==\"scsi_device\", SYSFS{type}==\"0|7|14\", RUN+=\"/sbin/modprobe sd_mod\"" >> /etc/udev/rules.d/10-modprobe.rules echo "ACTION==\"add\", SUBSYSTEM==\"scsi_device\", SYSFS{type}==\"[45]\", RUN+=\"/sbin/modprobe sr_mod\"" >> /etc/udev/rules.d/10-modprobe.rules +echo "ACTION==\"add\", SUBSYSTEM==\"xen\", DEVPATH==\"/devices/xen/vif-*\", RUN+=\"/sbin/modprobe xennet\"" >> /etc/udev/rules.d/10-modprobe.rules +echo "ACTION==\"add\", SUBSYSTEM==\"xen\", DEVPATH==\"/devices/xen/vbd-*\", RUN+=\"/sbin/modprobe xenblk\"" >> /etc/udev/rules.d/10-modprobe.rules # OLPC specific: olpc_nand_enable, hardcodes this device file.. sigh.. #