Skip to content

Photon 3.0 r2 pxe boot install fail repo= not handled properly #953

Closed
@ghost

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions