I'm trying to install RedHat 8.4 on a workstation in an isolated network. Is there a way to do it without connecting to the web or a server on the same network ?
The GUI does not seem to provide the option to install from the DVD anymore in this version, and attempting to use a Kickstart file with repo --name="RpmPackages" --baseurl=file:///run/install/repo/my_repo
adds a line in the additionnal repositories list but not as a main repository and does not allow the installation to proceed. The 'main' repository appears to have to be a network location as the GUI does not provide the option to use a file://
path, however this workstation can not connect to anything (first workstation in the isolated network).
Every kickstart example I have found uses an nfs or http server to provide the initial repository.
Is there a way to force an installation from disk or do i have to install a server on a different OS before I can actually start installing the target system ?