From 34a505db5c31fb3ff64b8a48d370684c6d1a6013 Mon Sep 17 00:00:00 2001 From: Dusty Mabe Date: Fri, 29 Apr 2016 20:48:39 -0400 Subject: [PATCH] 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. --- fedora-cloud-base-vagrant.ks | 3 +++ 1 file changed, 3 insertions(+) diff --git a/fedora-cloud-base-vagrant.ks b/fedora-cloud-base-vagrant.ks index df338d7..f7f1518 100644 --- a/fedora-cloud-base-vagrant.ks +++ b/fedora-cloud-base-vagrant.ks @@ -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