forked from srbala/fedora-kickstarts
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:
parent
dc22ec46cb
commit
34a505db5c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user