-
Notifications
You must be signed in to change notification settings - Fork 0
create mirror
stack create mirror [arch=string] [name=string] [newest=boolean] [repoconfig=string] [repoid=string] [url=string] [urlonly=boolean] [version=string]
Create a pallet ISO image from the packages found in the repository located at 'URL'.
Mirroring RHEL repositories works with a subscribed Red Hat frontend.
Direct access via a url, will not work.
All other public repositories can use a repoid or url.
If using a url, "newest" and "urlonly" have no effect. The entire
repo will be downloaded.
-
{arch=string}
-
{name=string}
-
{newest=boolean}
-
{repoconfig=string}
-
{repoid=string}
-
{url=string}
-
{urlonly=boolean}
-
{version=string}
The version number of the created pallet. (default = the version of Rocks running on this machine).
-
stack create mirror url=http://mirrors.kernel.org/centos/6.5/updates/x86_64/Packages name=updates version=6.5
Creates a mirror for CentOS 6.5 based on the packages from mirrors.kernel.org. The pallet ISO will be named 'updates-6.5-0.x86_64.disk1.iso'.
-
stack create mirror repoid=rhel-6-server-rpms newest=yes version=6.5
Creates a mirror for RHEL 6.5 based on the latest packages from cdn.redhat.com. The pallet ISO will be named rhel-6-server-rpms-6.5-0.x86_64.disk1.iso.
Checkout our Google Group or our Slack Team for any support or other questions.
Want to contribute to this Wiki? Fork it and send a pull request.