Fix typo in User-Guide_Autoconfig.md#758
Conversation
Typo: `armbian-firstlogin` script looks for a `provisioning.sh` with an extension.
WalkthroughThe documentation in docs/User-Guide_Autoconfig.md was updated to correct the filename of the provisioning script from /root/provisioning to /root/provisioning.sh. This correction was made in both the descriptive text and the example script block title. No changes were made to the example script content itself, and there were no alterations to any exported or public entities. Suggested labels
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. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
There was a problem hiding this comment.
Actionable comments posted: 0
🧹 Nitpick comments (1)
docs/User-Guide_Autoconfig.md (1)
113-114: Reduce consecutive blank linesThere are two blank lines before the code block; consider consolidating to a single blank line for cleaner markdown and adherence to MD012.
🧰 Tools
🪛 markdownlint-cli2 (0.17.2)
114-114: Multiple consecutive blank lines
Expected: 1; Actual: 2(MD012, no-multiple-blanks)
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (1)
docs/User-Guide_Autoconfig.md(1 hunks)
🧰 Additional context used
🪛 markdownlint-cli2 (0.17.2)
docs/User-Guide_Autoconfig.md
114-114: Multiple consecutive blank lines
Expected: 1; Actual: 2
(MD012, no-multiple-blanks)
🔇 Additional comments (2)
docs/User-Guide_Autoconfig.md (2)
110-110: Fix correct script filename in descriptionThe narrative now accurately states
/root/provisioning.sh(with.shextension) matchingarmbian-firstloginbehavior.
115-122: Update code block title to match updated filenameThe example script header is updated to
title="/root/provisioning.sh", ensuring consistency with the descriptive text.
Typo:
armbian-firstloginscript looks for aprovisioning.shwith a.shextension.https://github.com/armbian/build/blob/18ddabe25f266dc7d0b843c3b1afc30010d9b71a/packages/bsp/common/usr/lib/armbian/armbian-firstlogin#L987-L988