Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong path for ignition config.ign in custom OEM #1376

Closed
FedericoHeichou opened this issue Feb 26, 2024 · 4 comments
Closed

Wrong path for ignition config.ign in custom OEM #1376

FedericoHeichou opened this issue Feb 26, 2024 · 4 comments

Comments

@FedericoHeichou
Copy link

Here https://www.flatcar.org/docs/latest/installing/bare-metal/booting-with-pxe/#adding-a-custom-oem is written that the path for ignition config.ign in custom OEM is usr/share/oem.
But the config was not loaded.
After debugging in the flatcar with journalctl --all I found out that the correct location was usr/lib/ignition/base.d (and other subdirs).
I used the current stable channel.

@pothos
Copy link
Member

pothos commented Feb 27, 2024

Thanks, sounds like this part here should still use /usr/share/oem:
https://github.com/flatcar/bootengine/blob/a85e1977b29dbe8315733dbe1b1ab3ab84d039a2/dracut/30ignition/ignition-setup.sh#L19

pxe)
    # OEM directory in the initramfs itself
    src=/oem

Created a PR flatcar/bootengine#88

@pothos pothos moved this from 📝 Needs Triage to 🌱 Upcoming / Focus in Flatcar tactical, release planning, and roadmap Feb 27, 2024
@pothos pothos moved this from 🌱 Upcoming / Focus to ⚒️ In Progress in Flatcar tactical, release planning, and roadmap Feb 27, 2024
@FedericoHeichou
Copy link
Author

Wow, so fast. Huge thanks.
I'm new to Flatcar, do you know how much time should pass before a new stable is tagged with this commit? Otherwise, I can easily go with the workaround and use the dst path directly like I did yesterday

@pothos
Copy link
Member

pothos commented Feb 27, 2024

A bugfix release should be out in around 2 weeks.

@pothos
Copy link
Member

pothos commented Mar 5, 2024

Will close already while we wait for the release

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants