From 09010a7b8ed47aeeee806be826c4fdfef27b7e31 Mon Sep 17 00:00:00 2001 From: Dusty Mabe Date: Wed, 21 Sep 2016 14:06:45 -0400 Subject: [PATCH] cloud: remove sshfs from vagrant image. It is not yet in the right package lists for cloud so it's not available at install time. (cherry picked from commit e0e0f1f7eebd66adbc8f98e69c047e23e8be4187) --- fedora-cloud-base-vagrant.ks | 3 --- 1 file changed, 3 deletions(-) diff --git a/fedora-cloud-base-vagrant.ks b/fedora-cloud-base-vagrant.ks index 27651b7..72e30e7 100644 --- a/fedora-cloud-base-vagrant.ks +++ b/fedora-cloud-base-vagrant.ks @@ -32,9 +32,6 @@ 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