Skip to content

Instantly share code, notes, and snippets.

@jcayouette
Created August 1, 2019 10:32
Show Gist options
  • Save jcayouette/b1803b08adf703d5979e92c1f1a89a53 to your computer and use it in GitHub Desktop.
Save jcayouette/b1803b08adf703d5979e92c1f1a89a53 to your computer and use it in GitHub Desktop.
ifeval::[{uyuni-content} == true]
.Procedure: Install spacewalk-utils and Add the Ubuntu Channels
. Install spacewalk-utils package
+
----
sudo zypper in spacewalk-utils
----
. As root add the Ubuntu channels (for example the channels for Ubuntu 18.04)
+
----
sudo spacewalk-common-channels ubuntu-1804-pool-amd64 ubuntu-1804-amd64-main \
ubuntu-1804-amd64-main-update ubuntu-1804-amd64-main-security \
ubuntu-1804-amd64-universe ubuntu-1804-amd64-uyuni-client
----
. You can check the progress of your synchronization from the command line with this command:
+
----
tail -f /var/log/rhn/reposync.log /var/log/rhn/reposync/*
----
. To use bootstrap with {ubuntu}, you will need to create a bootstrap repository.
You can do this from the command line with [command]``mgr-create-bootstrap-repo``:
+
----
mgr-create-bootstrap-repo --with-custom-channels
----
For more information on creating custom repositories, see xref:administration:channel-management.adoc[].
endif::[]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment