btfrs: load btrfs module and updated NEWS

master
Harald Hoyer 2010-04-16 18:10:47 +02:00
parent 127fb81754
commit 8f74a60ced
2 changed files with 2 additions and 0 deletions

1
NEWS
View File

@ -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

View 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"