diff options
| author | Chris Lumens <clumens@redhat.com> | 2006-05-08 21:02:45 +0000 |
|---|---|---|
| committer | Chris Lumens <clumens@redhat.com> | 2006-05-08 21:02:45 +0000 |
| commit | bca8cea01097f04321a87a01de086c86c1144382 (patch) | |
| tree | baa398e75a7584d4f104817185c72f462ecd873e /docs | |
| parent | 3ad903afe7a2f110d531fe4db004c48386369ba9 (diff) | |
| download | anaconda-bca8cea01097f04321a87a01de086c86c1144382.tar.gz anaconda-bca8cea01097f04321a87a01de086c86c1144382.tar.xz anaconda-bca8cea01097f04321a87a01de086c86c1144382.zip | |
Document repo keyword.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/kickstart-docs.txt | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/docs/kickstart-docs.txt b/docs/kickstart-docs.txt index dafb43c40..84d381a42 100644 --- a/docs/kickstart-docs.txt +++ b/docs/kickstart-docs.txt @@ -904,6 +904,30 @@ Creating the Kickstart File Normally, kickstart displays a message and waits for the user to press a key before rebooting. + repo (optional) - EXPERIMENTAL + + Configures additional yum repositories that may be used as sources + for package installation. Multiple repo lines may be specified. + + repo --name=<repoid> [--baseurl=<url>|--mirrorlist=<url>] + + --name= + + The repo id. This option is required. + + --baseurl= + + The URL for the repository. The variables that may be used in + yum repo config files are not supported here. You may use one + of either this option or --mirrorlist, not both. + + --mirrorlist= + + The URL pointing at a list of mirrors for the repository. The + variables that may be used in yum repo config files are not + supported here. You may use one of either this option or + --baseurl, not both. + rootpw (required) Sets the system's root password to the <password> argument. |
