Lorax tool not populating release field in .treeinfo crashing anaconda

Latest response

Hello,

I am trying to generate a custom anaconda installer image starting with generating the boot iso using lorax.

I am running:
sudo lorax -p "Product Name" -v 4.0.0 -r 4 --source /path/to/repo1 --source /path/to/repo2 --skip-branding --nomacboot --force ./testdir/

When I generate the iso and go to run the installer it comes up to the first screen with everything looking good and then after a bit it crashes. It runs into a "NoneType" exception when trying to parse through the .treeinfo file while validating the fields.

I know I can manually populate those fields but I feel like lorax should be populating them?

Thanks

Responses