1 Star 1 Fork 3

blue/falcon

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
install_ovs.sh 545 Bytes
一键复制 编辑 原始数据 按行查看 历史
blue 提交于 2021-03-07 23:10 . Add files via upload
#!/bin/bash
#download src code of openvswitch
rpm2cpio openvswitch-2.11.0-4.el7.src.rpm | cpio -ivd
#if modify is need ,modify openvswitch.spec
yum install rpmdevtools
rpmdev-setuptree
cd rpmbuild/SOURCES
#could download from web or rebuild a tar.gz file to put into the rpmbuild/SOURCES
wget http://openvswitch.org/releases/openvswitch-2.12.0.tar.gz
#move src code of .tar to rpm build dir
rpmbuild -bb openvswitch.spec
#In the rpmbuild/RPMS find the made rpm package
#cp the file out to install
rpm -ivh openvswitch-2.12.0-1.x86_64.rpm
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/blueGitRepo/falcon.git
[email protected]:blueGitRepo/falcon.git
blueGitRepo
falcon
falcon
main

搜索帮助