cloud-base-vagrant: Add sshfs to support vagrant-sshfs plugin

Adding sshfs into the image will make it so that users won't have
to wait for the package to be installed on bringup.
This commit is contained in:
Dusty Mabe 2016-04-29 20:48:39 -04:00 committed by Adam Miller
parent fdd3074108
commit 3904c53a79
1 changed files with 3 additions and 0 deletions

View File

@ -32,6 +32,9 @@ dnf-yum
# users setup. This can actually take a bit of time. Just fold it
# in to the base box disk image
rsync
# Add fuse-sshfs so that the vagrant-sshfs plugin won't have to
# install it on boot. https://github.com/dustymabe/vagrant-sshfs
fuse-sshfs
%end
%post --erroronfail