]> 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>
Tue, 18 Aug 2015 13:05:11 +0000 (15:05 +0200)
why so ever... it used to load automatically

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

index 86ad44911ac0971ccc926c24e2498d7c96b086ad..bfec5bf1a8d8dbf6b7055c45a1696456e485434b 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