remove need for baking image to get writeable /opt/bin
parent
242e96d251
commit
f949bfd46c
|
@ -3,6 +3,8 @@ set -e
|
||||||
|
|
||||||
BINDIR="/opt/bin"
|
BINDIR="/opt/bin"
|
||||||
|
|
||||||
|
mkdir -p $BINDIR
|
||||||
|
|
||||||
cd $BINDIR
|
cd $BINDIR
|
||||||
|
|
||||||
if [[ -e $BINDIR/.bootstrapped ]]; then
|
if [[ -e $BINDIR/.bootstrapped ]]; then
|
||||||
|
|
Loading…
Reference in New Issue