summaryrefslogtreecommitdiff
path: root/deploy_a_system.sh
diff options
context:
space:
mode:
Diffstat (limited to 'deploy_a_system.sh')
-rwxr-xr-xdeploy_a_system.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/deploy_a_system.sh b/deploy_a_system.sh
index ef99ce9..3166dce 100755
--- a/deploy_a_system.sh
+++ b/deploy_a_system.sh
@@ -11,6 +11,10 @@ ybd_dir=/home/patrickdarley/ybd
# with >1
sed -i '/^instances: /c\instances: 1' /home/patrickdarley/ybd/config/ybd.conf
+# Make sure the btrfs module is loaded else all deploys shall be in vain
+sudo modprobe btrfs
+
+
# try changing to the definitions dir then building
# ybd seems to set the "target" to be current dir, regardless
# Of it being definitions or not