Update Developer Guide with CRYPTROOT_AUTOUNLOCK info#836
Update Developer Guide with CRYPTROOT_AUTOUNLOCK info#836igorpecovnik merged 2 commits intoarmbian:mainfrom
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.
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