Browse Source

test/TEST-04-FULL-SYSTEMD/create-root.sh: modprobe btrfs

why so ever... it used to load automatically

(cherry picked from commit 65977ef1d1)
master
Harald Hoyer 10 years ago
parent
commit
f939cffdac
  1. 1
      test/TEST-04-FULL-SYSTEMD/create-root.sh

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

@ -4,6 +4,7 @@ for x in 64-lvm.rules 70-mdadm.rules 99-mount-rules; do @@ -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

Loading…
Cancel
Save