]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
btrfs/80-btrfs.rules: remove modprobe of btrfs module
authorHarald Hoyer <harald@redhat.com>
Fri, 8 Feb 2013 13:13:34 +0000 (14:13 +0100)
committerHarald Hoyer <harald@redhat.com>
Fri, 8 Feb 2013 15:52:38 +0000 (16:52 +0100)
this should be automatically modprobed by the kernel on demand

modules.d/90btrfs/80-btrfs.rules

index e74f9a6af647e465d9367e95b37aef2e57ddfdbe..f4a37878b8d876b01024688b8df8023bf9c4f8cb 100644 (file)
@@ -1,11 +1,9 @@
 SUBSYSTEM!="block", GOTO="btrfs_end"
 ACTION!="add|change", GOTO="btrfs_end"
 ENV{ID_FS_TYPE}!="btrfs", GOTO="btrfs_end"
-RUN+="/sbin/modprobe btrfs"
 RUN+="/sbin/btrfs device scan $env{DEVNAME}"
 
 RUN+="/sbin/initqueue --finished --unique --name btrfs_finished /sbin/btrfs_finished"
 RUN+="/sbin/initqueue --timeout --onetime --unique --name btrfs_timeout /sbin/btrfs_timeout"
 
 LABEL="btrfs_end"
-