chuckersjp / coreos-iso-maker

Create a bunch of coreos ISOs for OCP 4.x installs when you need to set static IPs
Apache License 2.0
58 stars 51 forks source link

Isolinux generation problem #22

Closed lukyky414 closed 2 years ago

lukyky414 commented 2 years ago

Please make sure all .j2 file have a space after {% include 'arguments.j2' %}. It is important as the next charcater after the include is ignored.

Especially in isolinux.cfg-single.j2, where the End Of Line is ignored, making the menu list broken.

Sorry for the problematic pull request.

lukyky414 commented 2 years ago

This need other characters. I'm investigating.

lukyky414 commented 2 years ago

I confirm that only this space after include is needed on all .j2 file.

chuckersjp commented 2 years ago

Thanks. Code updated and pushed.