From 329c4b61db469f8ecea8f65ef4c98ceb2d2fbbe4 Mon Sep 17 00:00:00 2001 From: Luya Tshimbalanga Date: May 05 2016 02:37:01 +0000 Subject: Merge branch 'master' of ssh://git.fedorahosted.org/git/spin-kickstarts --- diff --git a/fedora-cloud-base-vagrant.ks b/fedora-cloud-base-vagrant.ks index df338d7..855bfee 100644 --- a/fedora-cloud-base-vagrant.ks +++ b/fedora-cloud-base-vagrant.ks @@ -19,7 +19,7 @@ rootpw vagrant # even on VirtualBox virt, we get a primary network device with "eth0" as the name # This simplifies things and allows a single disk image for both supported Vagrant # platforms (virtualbox and kvm) -bootloader --timeout=1 --append="no_timer_check console=tty1 console=ttyS0,115200n8 net.ifnames=0 biosdevname=0" +bootloader --timeout=1 --append="no_timer_check console=tty1 console=ttyS0,115200n8 net.ifnames=0 biosdevname=0" --extlinux %packages # The default koji Vagrantfile configuration uses rsync to sync files between @@ -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