mirror of
https://pagure.io/fedora-kickstarts.git
synced 2024-12-22 05:35:26 +00:00
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
fdd3074108
commit
3904c53a79
@ -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