Procedure: Adding Software Channels at the Command Prompt
-
With the
spacewalk-common-channelscommand you can add the appropriate channels. At the command prompt on the SUSE Multi-Linux 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>To list all available repositories, execute the command:
mgrctl exec -- spacewalk-common-channels -l -
If automatic synchronization is turned off, synchronize the channels:
mgrctl exec -- spacewalk-repo-sync -p <base_channel_label> -
Ensure the synchronization is complete before continuing.