Blame SOURCES/0312-test-TEST-04-FULL-SYSTEMD-create-root.sh-modprobe-bt.patch

712866
From 65977ef1d107c8741d9f2633b8618aa3aee2a49d Mon Sep 17 00:00:00 2001
712866
From: Harald Hoyer <harald@redhat.com>
712866
Date: Tue, 18 Aug 2015 15:05:11 +0200
712866
Subject: [PATCH] test/TEST-04-FULL-SYSTEMD/create-root.sh: modprobe btrfs
712866
712866
why so ever... it used to load automatically
712866
---
712866
 test/TEST-04-FULL-SYSTEMD/create-root.sh | 1 +
712866
 1 file changed, 1 insertion(+)
712866
712866
diff --git a/test/TEST-04-FULL-SYSTEMD/create-root.sh b/test/TEST-04-FULL-SYSTEMD/create-root.sh
5c6c2a
index 86ad4491..bfec5bf1 100755
712866
--- a/test/TEST-04-FULL-SYSTEMD/create-root.sh
712866
+++ b/test/TEST-04-FULL-SYSTEMD/create-root.sh
712866
@@ -4,6 +4,7 @@ for x in 64-lvm.rules 70-mdadm.rules 99-mount-rules; do
712866
     > "/etc/udev/rules.d/$x"
712866
 done
712866
 rm -f -- /etc/lvm/lvm.conf
712866
+modprobe btrfs
712866
 udevadm control --reload
712866
 set -e
712866
 # save a partition at the beginning for future flagging purposes