-
Notifications
You must be signed in to change notification settings - Fork 0
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
ignition.first parameter exists post deployment #49
Comments
|
|
Replicated setup using Butane Example:
|
This could be related to #70 |
yes, David has been working on this and we have already hopefully came down to the problem :) cc @djach7 to comment with the findings |
As Antonio mentioned I've been looking into this in relation to #70. I think it comes down to both the ssh-key-dir rpm and the ignition-edge rpm missing from the Fedora IoT 41 raw image, thus resulting in ssh keys not transferring and directories not being created. I'm currently working to get these rpms added back and to see if they're the only issue. |
Submitted a pr to add the packages necessary to fix this here: https://pagure.io/fedora-iot/ostree/pull-request/66 I was able to login with ssh successfully and both a home directory and a .ssh directory were created, so I believe this is sorted out. Going to wait to close until the pr is merged. |
Closing now that PR is merged. |
Just a clarifying comment here, I don't think the |
Can we also have a PR for the F-41 stable release please? |
Let's keep this open until we have a working compose with the fix. |
Bug Description
After Simplified Provisioner is provisioned with Ignition, the first boot contains the
ignition.firstboot
parameter causing broken tree mounts.To Reproduce
linux
Expected behavior
System boots without ignition.first after configuration allowing configured tree to mount with user's home folder existing.
Screenshots
OS version:
Additional context
rpm-ostree kargs --delete-if-present='$ignition_firstboot'
only works ifignition.firstboot
is removed during the first boot. If ran after first boot, proper trees do not mount.Work Around
linux
ignition_firstboot
during bootrpm-ostree kargs --delete-if-present='$ignition_firstboot'
The text was updated successfully, but these errors were encountered: