Re: Enabling repositories for anaconda via kickstart
"Jason L Tibbitts III" <[email protected]>
| Newsgroups | gmane.linux.redhat.kickstart.general |
|---|---|
| Message-ID | <[email protected]> |
>>>>> "JMP" == Jonathan M Polom <[email protected]> writes: JMP> Is it possible to enable a repository for Anaconda via kickstart? You can use the repo command: repo --name=local --baseurl=http://.... Obviously fill in the URL to the repository you want to use. I do this to override some of the distribution packages and to make sure that freshly installed machines are fully updated. - J<