From: Evan Broder Date: Sun, 30 Mar 2008 21:57:21 +0000 (-0400) Subject: fuse should get modprobe'd at boot X-Git-Tag: sipb-xen-console/5~1 X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-console.git/commitdiff_plain/5db4a0bba4db7ad1f7dabaca61c4fab5655705c7 fuse should get modprobe'd at boot svn path=/trunk/packages/sipb-xen-console/; revision=368 --- diff --git a/debian/rules b/debian/rules index ed9fb05..3d57b08 100755 --- a/debian/rules +++ b/debian/rules @@ -4,6 +4,7 @@ DEB_AUTO_UPDATE_DEBIAN_CONTROL = 1 DEB_DIVERT_EXTENSION = .sipb-xen DEB_DIVERT_FILES_sipb-xen-console += \ /etc/init.d/bootmisc.sh \ + /etc/modules \ /etc/nscd.conf \ /etc/nsswitch.conf \ /etc/motd \ diff --git a/files/etc/modules.sipb-xen b/files/etc/modules.sipb-xen new file mode 100644 index 0000000..d9af5ce --- /dev/null +++ b/files/etc/modules.sipb-xen @@ -0,0 +1,7 @@ +# /etc/modules: kernel modules to load at boot time. +# +# This file contains the names of kernel modules that should be loaded +# at boot time, one per line. Lines beginning with "#" are ignored. + +loop +fuse \ No newline at end of file