From e7a30299b1f7e71137d1236908c7aff1be3c1165 Mon Sep 17 00:00:00 2001 From: Patrick Darley Date: Thu, 10 Sep 2015 14:20:49 +0000 Subject: Make sure deploys are done wih btrfs module loaded --- deploy_a_system.sh | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'deploy_a_system.sh') 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 -- cgit v1.2.1