]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
btfrs: load btrfs module and updated NEWS
authorHarald Hoyer <harald@redhat.com>
Fri, 16 Apr 2010 16:10:47 +0000 (18:10 +0200)
committerHarald Hoyer <harald@redhat.com>
Fri, 16 Apr 2010 16:10:47 +0000 (18:10 +0200)
NEWS
modules.d/90btrfs/40-btrfs.rules

diff --git a/NEWS b/NEWS
index a1771565b7afe6dd98ff067f1712fbec16bbcbf3..bd6bf32dd542997a4338c361fe995a20e150487a 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,7 @@ dracut-006
 - dmraid parse different error messages
 - add cdrom polling mechanism for slow cdroms
 - add module btrfs
+- add btrfsctl scan for btrfs multi-devices (raid)
 - teach dmsquash live-root to use rootflags
 - trigger udev with action=add
 - fixed add_drivers handling 
index 6bc8a144963b7b9b140f439f10bd6a00717d90bf..92c855367e3f94dfc5ff1fce579b0748e01b1642 100644 (file)
@@ -1,6 +1,7 @@
 SUBSYSTEM!="block", GOTO="btrfs_end"
 ACTION!="add|change", GOTO="btrfs_end"
 
+ENV{ID_FS_TYPE}=="btrfs", RUN+="/sbin/modprobe btrfs"
 ENV{ID_FS_TYPE}=="btrfs", RUN+="/sbin/btrfsctl -A $env{DEVNAME}"
 
 LABEL="btrfs_end"