diff --git a/roles/coreos-bootstrap/files/bootstrap.sh b/roles/coreos-bootstrap/files/bootstrap.sh
index c4d6b4a4f3bbaf8b83a85efa707f16d10dc4a6a0..e041ed2914b4dc63ebd426978b907de48934117f 100644
--- a/roles/coreos-bootstrap/files/bootstrap.sh
+++ b/roles/coreos-bootstrap/files/bootstrap.sh
@@ -3,6 +3,8 @@ set -e
 
 BINDIR="/opt/bin"
 
+mkdir -p $BINDIR
+
 cd $BINDIR
 
 if [[ -e $BINDIR/.bootstrapped ]]; then