Kickstart using local repo from hard drive

Latest response

Hi,

Is there a way to configure kickstart to install a package from a local repo located within a secondary hard drive (sdb)? It seems like no more what I have tried, the install fails at the installation source with "Error setting up software source" when trying to point to the local repo within the secondary drive.

Example:

harddrive --partition=/dev/sdb --dir=/
ignoredisk --only-use=sda

repo --name="AppStream" --baseurl=file:///run/install/sources/mount-0001-hdd-iso/AppStream
repo --name="Epel" --baseurl=baseurl=file:///mnt/install/repo/epel

Thanks in advance!

Responses