You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
757 B
21 lines
757 B
From d9b5a98532b6823adb35f7c68766f4df9db8a3c9 Mon Sep 17 00:00:00 2001 |
|
From: Harald Hoyer <harald@redhat.com> |
|
Date: Tue, 18 Aug 2015 15:26:23 +0200 |
|
Subject: [PATCH] TEST-15-BTRFS: load btrfs module |
|
|
|
--- |
|
test/TEST-15-BTRFSRAID/create-root.sh | 1 + |
|
1 file changed, 1 insertion(+) |
|
|
|
diff --git a/test/TEST-15-BTRFSRAID/create-root.sh b/test/TEST-15-BTRFSRAID/create-root.sh |
|
index b92f9c00..ba3b54ec 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 <<EOF
|
|
|