Re: [CentOS] Kickstart "Error setting up base repository"

2021-01-19 Thread Stephen John Smoogen
On Tue, 19 Jan 2021 at 15:54, Alex Kirk wrote: > So adding on: > > repo --name="BaseOS" > --baseurl=file:///run/install/sources/mount--cdrom/BaseOS > > ...didn't help at all. Neither did adding the symlink out of the BaseOS > directory to the images subdirectory above it. > > I did notice thi

Re: [CentOS] Kickstart "Error setting up base repository"

2021-01-19 Thread Alex Kirk
So adding on: repo --name="BaseOS" --baseurl=file:///run/install/sources/mount--cdrom/BaseOS ...didn't help at all. Neither did adding the symlink out of the BaseOS directory to the images subdirectory above it. I did notice this time, however, that when I click into the "Installation Source

Re: [CentOS] Kickstart "Error setting up base repository"

2021-01-19 Thread James Pearson
Alex Kirk wrote: > I recently built my first CentOS kickstart config on a CentOS 7 system; it > I've taken the anaconda-ks.cfg file created from a successful manual > install (of both regular 8 and Stream), placed it on my DVD ISO, and > wrapped things back up like I was doing with CentOS 7. I'm su

Re: [CentOS] Kickstart "Error setting up base repository"

2021-01-19 Thread Stephen John Smoogen
On Tue, 19 Jan 2021 at 12:27, Alex Kirk wrote: > I recently built my first CentOS kickstart config on a CentOS 7 system; it > runs well, but the OS and its tools are old enough that it's causing pain > with the apps I want to run on top of said system, so I'm trying to port it > to CentOS 8. > >

[CentOS] Kickstart "Error setting up base repository"

2021-01-19 Thread Alex Kirk
I recently built my first CentOS kickstart config on a CentOS 7 system; it runs well, but the OS and its tools are old enough that it's causing pain with the apps I want to run on top of said system, so I'm trying to port it to CentOS 8. I've taken the anaconda-ks.cfg file created from a successfu