Creating a Yum repository and accessing it over SSHFS
Quick notes on how to create a Yum repository and mount it over SSHFS as a local repo.
On the server side (that is where the Yum repo actually lives):
1. Install the "createrepo" package:
yum install createrepo -y
2. Create a directory to use as the repo container:
mkdir …