eth0jp Yum repository

### Yum repository

/repo/


### Install

cat <<-'YUMREPOSITORY' > /etc/yum.repos.d/eth0jp.repo
	[eth0jp]
	name=eth0jp repository
	baseurl=http://eth0jp-repo.appspot.com/repo/centos/$releasever/$basearch/
	enabled=0
	gpgcheck=0
YUMREPOSITORY