Closed

Description
Photon 3.0 pxe boot installs with repo=http://192.168.1.1/RPMS/ fine
./installer/iso_config.py detects repo= in the kernel args and sets rpm_path accordingly
In Photon 3.0 Rev 2 pxe boot installs fail, repo= is no longer correctly handled
in ./installer/isoInstaller.py repo_path = options.repo_path which may not be null
later "if not repo_path: repo_path = arg[len("repo="):]
perhaps the "if not repo_path:" at line 32 should be removed?
Metadata
Metadata
Assignees
Labels
No labels