Browse Source

remove need for baking image to get writeable /opt/bin

pull/244/head
Spencer Smith 8 years ago
parent
commit
f949bfd46c
1 changed files with 2 additions and 0 deletions
  1. 2
      roles/coreos-bootstrap/files/bootstrap.sh

2
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

Loading…
Cancel
Save