minishift / minishift-centos-iso

CentOS based ISO as an alternative for boot2docker ISO
GNU Lesser General Public License v3.0
40 stars 33 forks source link

Relocate location /opt to /mnt/sda1/opt #125

Closed gbraad closed 7 years ago

gbraad commented 7 years ago

To provide a place for people to store optional applications/binaries that survive restarts

mkdir -p /mnt/sda1/opt
rm -rf /opt
ln -s /mnt/sda1/opt /opt
chmod o+rwx /opt

Also moves /opt/cert-gen.sh to /usr/local/bin/minishift-cert-gen

gbraad commented 6 years ago

Renamed as it is a bindmount anyways