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

fix(systemd-generator): write configuration to '/run' #677

Merged
merged 2 commits into from
Oct 2, 2024

Conversation

mmartinv
Copy link
Contributor

@mmartinv mmartinv commented Oct 2, 2024

Write manufacturing-client-config to '/run' instead of
'/etc' as it seems to be a readonly filesystem.

Resolves: fedora-iot/iot-distro#64
Signed-off-by: Miguel Martín [email protected]

Write manufacturing-client-config to '/run' instead of
'/etc' as it seems to be a readonly filesystem.

Resolves: fedora-iot/iot-distro#64
Signed-off-by: Miguel Martín <[email protected]>
@mergify mergify bot merged commit b1f6887 into fdo-rs:main Oct 2, 2024
17 of 26 checks passed
@nullr0ute
Copy link
Contributor

The /run directory isn't persistent, is there a requirement to keep any of the bits written across reboots?

@mmartinv
Copy link
Contributor Author

mmartinv commented Oct 9, 2024

The /run directory isn't persistent, is there a requirement to keep any of the bits written across reboots?

No, the manufacturing client configuration is regenerated on each boot by the systemd generator based on the kernel cmdline

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

Successfully merging this pull request may close these issues.

Manufacturing client does not work in Fedora IoT Simplified Provisioner 40.
3 participants