]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
test/TEST-04-FULL-SYSTEMD/create-root.sh: modprobe btrfs
authorHarald Hoyer <harald@redhat.com>
Tue, 18 Aug 2015 13:05:11 +0000 (15:05 +0200)
committerHarald Hoyer <harald@redhat.com>
Wed, 11 Nov 2015 15:15:41 +0000 (16:15 +0100)
why so ever... it used to load automatically

(cherry picked from commit 65977ef1d107c8741d9f2633b8618aa3aee2a49d)

test/TEST-04-FULL-SYSTEMD/create-root.sh

index 5972bd39bb05a002c83b07839797c55ab0b4b730..0a662576c546562d53f02f5f715c32ce46a6800a 100755 (executable)
@@ -4,6 +4,7 @@ for x in 64-lvm.rules 70-mdadm.rules 99-mount-rules; do
     > "/etc/udev/rules.d/$x"
 done
 rm -f -- /etc/lvm/lvm.conf
+modprobe btrfs
 udevadm control --reload
 set -e
 # save a partition at the beginning for future flagging purposes