test/TEST-04-FULL-SYSTEMD/create-root.sh: modprobe btrfs
why so ever... it used to load automatically
(cherry picked from commit 65977ef1d1)
master
parent
a283636b83
commit
f939cffdac
|
|
@ -4,6 +4,7 @@ for x in 64-lvm.rules 70-mdadm.rules 99-mount-rules; do
|
||||||
> "/etc/udev/rules.d/$x"
|
> "/etc/udev/rules.d/$x"
|
||||||
done
|
done
|
||||||
rm -f -- /etc/lvm/lvm.conf
|
rm -f -- /etc/lvm/lvm.conf
|
||||||
|
modprobe btrfs
|
||||||
udevadm control --reload
|
udevadm control --reload
|
||||||
set -e
|
set -e
|
||||||
# save a partition at the beginning for future flagging purposes
|
# save a partition at the beginning for future flagging purposes
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue