我尝试使用 HTTP 安装 Rehdat,这些是我执行此操作的步骤。
- 我将 iso 映像复制到 /var/www/rhel/5.9/ 中
- 然后我在 /yum-repo.d/rhel-5.9.repo/Server 下创建了一个 HTTP YUM 存储库
rhel-5.9.repo 的内容
[rhel-5.9.repo]
name = Redhat 5.9 HTTP repo
baseurl=http://localhost/rhel/5.9/installmedia/Server/
enabled=1
gpgcheck=0
3.运行 YUM REPO LIST 4.我使用 Virtual Box 安装 Redhat。服务器和客户端都在同一子网 5 上。当我开始安装并跳过“测试媒体”对话框后,我弹出媒体。并且安装停止。
我在这里做错了什么。