Skip to content
This repository has been archived by the owner on Jun 4, 2021. It is now read-only.
Kilo Force edited this page May 23, 2020 · 4 revisions

To create a repo from an iso URL, use the following. This will download and extract the ISO.

razor create-repo --name=SOME_REPO_NAME --iso-url=HTTP://SOME_URL/FILE.ISO --task=SOME_TASK_NAME

To create an empty repo (useful for Windows and linking to existing repos):

razor create-repo --name=SOME_REPO_NAME --no-content --task=SOME_TASK_NAME
Clone this wiki locally