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