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 #2478 - Dropbear initramfs: Renamed config path #2479

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

oxmie
Copy link
Contributor

@oxmie oxmie commented Mar 5, 2024

This PR fixes the #2478 issue.

@oxmie oxmie requested review from drybjed and ypid as code owners March 5, 2024 17:52
@@ -53,7 +53,7 @@
user: '{{ item.user | d("root") }}'
path: '{{ "/etc/initramfs-tools/root/.ssh/authorized_keys"
if ("dropbear" in dropbear_initramfs__base_packages)
else "/etc/dropbear-initramfs/authorized_keys" }}'
else "{{ dropbear_initramfs__config_path }}/authorized_keys" }}'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You are already in Jinja {{ }} here :)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thx for this advice! I fixed it with: 1ead124

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.

None yet

2 participants