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

Add packages to allow mounting smb shares #98

Closed gbraad closed 7 years ago

gbraad commented 7 years ago

We need to add the samba-clients to the image to allow mounting of cifs shares.

Add to kickstart.ks

cifs-utils
gbraad commented 7 years ago

Related to minishift/minishift#316

gbraad commented 7 years ago

Added test; checks for the existence of the executable by checking the output.

hferentschik commented 7 years ago

Merged via pull request #99.