Documentation survey
过程:在命令提示符处添加软件通道
  1. With the spacewalk-common-channels command you can add the appropriate channels. At the command prompt on the SUSE Manager container host, as root, execute the following command:

    mgrctl exec -- spacewalk-common-channels \
    <base_channel_label> \
    <child_channel_label_1> \
    <child_channel_label_2> \
    ... <child_channel_label_n>

    要列出所有可用储存库,请执行以下命令:

    mgrctl exec -- spacewalk-common-channels -l
  2. 如果 自动同步 处于关闭状态,请同步通道:

    mgrctl exec -- spacewalk-repo-sync -p <base_channel_label>
  3. 确保同步已完成,然后再继续操作。