3.4. 准备 Red Hat Satellite 安装 在 AWS 环境中,完成以下步骤: 启动 Red Hat Enterprise Linux AMI 的 EC2 实例。 连接到新创建的实例。 如果您使用红帽黄金镜像,请删除 RHUI 客户端,并将 product-id.conf 中的 enabled 参数设置为 1。 dnf remove -y rh-amazon-rhui-client* dnf clean all cat << EOF > /etc/yum/pluginconf.d/product-id.conf [main] enabled=1 EOF # dnf remove -y rh-amazon-rhui-client* # dnf clean all # cat << EOF > /etc/yum/pluginconf.d/product-id.conf > [main] > enabled=1 > EOF Copy to Clipboard Copied! Toggle word wrap Toggle overflow 前一个下一个