-
-
Couldn't load subscription status.
- Fork 199
Update Developer Guide with CRYPTROOT_AUTOUNLOCK info #836
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
base: main
Are you sure you want to change the base?
Conversation
Added note about CRYPTROOT_AUTOUNLOCK storing the encryption key.
WalkthroughThis pull request adds documentation for a new CRYPTROOT_AUTOUNLOCK parameter in the Developer Guide's build switches documentation. The parameter is configured under the CRYPTROOT_PASSPHRASE/CRYPTROOT_PARAMETERS section and defaults to "no". When set to "yes" it permits unattended root filesystem unlocking and allows the CRYPTROOT_PASSPHRASE to be omitted. An additional bullet notes that CRYPTROOT_AUTOUNLOCK stores the encryption key in /etc/rootfs.key (misspelling preserved from the diff). Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Pre-merge checks and finishing touches❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
✨ Finishing touches🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro Disabled knowledge base sources:
📒 Files selected for processing (1)
🚧 Files skipped from review as they are similar to previous changes (1)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 1
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
Disabled knowledge base sources:
- Jira integration is disabled by default for public repositories
You can enable these sources in your CodeRabbit configuration.
📒 Files selected for processing (1)
docs/Developer-Guide_Build-Switches.md(2 hunks)
🔇 Additional comments (1)
docs/Developer-Guide_Build-Switches.md (1)
211-211: Documentation addition looks good.Line 211 correctly documents the
CRYPTROOT_AUTOUNLOCKparameter with a clear explanation of its default value and purpose. The formatting is consistent with adjacent parameters in the code block.
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Added note about CRYPTROOT_AUTOUNLOCK storing the encryption key.
for armbian/build#8805