1. I am trying to setup pxe installation for RedHat Atomic OS 7.6.1 using kickstart. https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux_atomic_host/7/html-single/installation_and_configuration_guide/index
2. In my kickstart, the ostreesetup command looks like below and I am not sure what the --url should point to ? ostreesetup --osname="rhel-atomic-host" --remote="rhel-atomic-host-ostree" --url="http://10.1.1.1/core/pxe/images/rhel/7.6.1" --ref="rhel-atomic-host/7/x86_64/standard" --nogpg 3. The directory structure of http://10.1.1.1/core/pxe/images/rhel/7.6.1<http://10.1.1.1/core/pxe/images/rhel/7.6.1> is given below: total 0 dr-xr-xr-x. 3 root root 18 Feb 4 14:00 EFI dr-xr-xr-x. 3 root root 57 Feb 4 14:00 images drwxr-xr-x. 2 root root 217 Feb 4 14:00 isolinux drwxr-xr-x. 2 root root 43 Feb 4 14:00 LiveOS 4. Currently it is pointing to the ISO mount of rhel-atomic-installer-7.6.1.1-1.x86_64.iso but my kickstart is failing. I think it should point to distro/atomic but I am not sure from where to download that ? Thank you in advance. Regards, Ankit Kumar Honey