From: Harald Hoyer Date: Tue, 18 Aug 2015 13:26:23 +0000 (+0200) Subject: TEST-15-BTRFS: load btrfs module X-Git-Tag: 044~63 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c606be49d7f78c688f3b4696bc2b05adaf408ec9;p=thirdparty%2Fdracut.git TEST-15-BTRFS: load btrfs module (cherry picked from commit d9b5a98532b6823adb35f7c68766f4df9db8a3c9) --- diff --git a/test/TEST-15-BTRFSRAID/create-root.sh b/test/TEST-15-BTRFSRAID/create-root.sh index f4062f5b4..e95e57da8 100755 --- a/test/TEST-15-BTRFSRAID/create-root.sh +++ b/test/TEST-15-BTRFSRAID/create-root.sh @@ -3,6 +3,7 @@ for x in 64-lvm.rules 70-mdadm.rules 99-mount-rules; do > "/etc/udev/rules.d/$x" done +modprobe btrfs udevadm control --reload # save a partition at the beginning for future flagging purposes sfdisk -X gpt /dev/sda <