From f949bfd46c0457fee842a25b38638fc30b34d5e6 Mon Sep 17 00:00:00 2001 From: Spencer Smith Date: Fri, 13 May 2016 02:48:13 -0700 Subject: [PATCH] remove need for baking image to get writeable /opt/bin --- roles/coreos-bootstrap/files/bootstrap.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/roles/coreos-bootstrap/files/bootstrap.sh b/roles/coreos-bootstrap/files/bootstrap.sh index c4d6b4a4f..e041ed291 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