Author: waldi Date: Sun Nov 15 16:30:05 2009 New Revision: 675 Log: debian/xen-utils-common.xend.init: Remove backend module loading again, this is not fix yet. Modified: trunk/xen-common/debian/xen-utils-common.xend.init Modified: trunk/xen-common/debian/xen-utils-common.xend.init =============================================================================--- trunk/xen-common/debian/xen-utils-common.xend.init Sun Nov 15 15:57:41 2009 (r674) +++ trunk/xen-common/debian/xen-utils-common.xend.init Sun Nov 15 16:30:05 2009 (r675) @@ -36,12 +36,6 @@ modprobe evtchn 2>/dev/null } -modules_setup_control() -{ - modprobe blkbk 2>/dev/null - modprobe netbk 2>/dev/null -} - xenfs_setup() { [ "$(awk ''($2 == "/proc/xen") { print $2 }'' /proc/mounts)" ] && return 0 @@ -115,7 +109,6 @@ 0) ;; *) log_end_msg 255; exit ;; esac - modules_setup_control xenstored_start case "$?" in 0|1) ;;