通过Mondo Rescue工具将linux系统制作成ISO镜像1-之Mondo Rescue工具的安装

我使用的Centos6.8_mini_x86_64

网上的安装方法都是这样的:

1.yum下载mondorescue 库:
wget ftp://ftp.mondorescue.org/rhel/7/x86_64/mondorescue.repo ,如果是centos6.5,把ftp路径中的7改成6,如果是ubuntu,就把ftp路径中的rhel改成debian.
注意先cd /etc/yum.repos.d/,切到yum下载库下再下载,并且要有root权限
2.安装yum install mondo

自己通过以上方法测试失败,失败的原因就是使用的源验证的时候访问的地址不对,导致验证失败,无法下载,后来通过如下方法解决:

    将以下几句添加到/etc/yum.repos.d/CentOs.Base.repo的最后面

[mondorescue]
name=centos 6 x86_64 - mondorescue Vanilla Packages
baseurl=ftp://ftp.mondorescue.org//centos/6/x86_64
enabled=1
gpgcheck=1
gpgkey=ftp://ftp.mondorescue.org//centos/6/x86_64/mondorescue.pubkey ftp://ftp.mondorescue.org//centos/6/x86_64/mondorescue-0x141B9FF237DB9883.pubkey

再执行yum install mondo

安装成功

通过Mondo Rescue工具将linux系统制作成ISO镜像参考:

https://blog.csdn.net/u012209894/article/details/52983062

你可能感兴趣的:(linux)