fuse should get modprobe'd at boot
authorEvan Broder <broder@mit.edu>
Sun, 30 Mar 2008 21:57:21 +0000 (17:57 -0400)
committerEvan Broder <broder@mit.edu>
Sun, 30 Mar 2008 21:57:21 +0000 (17:57 -0400)
svn path=/trunk/packages/sipb-xen-console/; revision=368

debian/rules
files/etc/modules.sipb-xen [new file with mode: 0644]

index ed9fb05..3d57b08 100755 (executable)
@@ -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 \
 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 \
        /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 (file)
index 0000000..d9af5ce
--- /dev/null
@@ -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