From: Harald Hoyer Date: Tue, 18 Aug 2015 13:26:23 +0000 (+0200) Subject: TEST-15-BTRFS: load btrfs module X-Git-Tag: RHEL-7.2~47 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d9b5a98532b6823adb35f7c68766f4df9db8a3c9;p=thirdparty%2Fdracut.git TEST-15-BTRFS: load btrfs module --- diff --git a/test/TEST-15-BTRFSRAID/create-root.sh b/test/TEST-15-BTRFSRAID/create-root.sh index b92f9c00d..ba3b54ec8 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 -C 327800 -H 2 -S 32 -L /dev/sda <