Conversation
Correct the SD card mount path in kernel installation guide page from /media/rootfs to /media/$USER/rootfs. Fixes: LCPD-48618 Signed-off-by: T Pratham <t-pratham@ti.com>
There was a problem hiding this comment.
Copilot review overview
🟢 Approval recommended
No unresolved review issues were identified.
Review effort: Lite
Findings: None
What changed in this PR
Updates the kernel installation guide with the correct user-specific SD mount path and consistent RST indentation.
Changes:
- Replaces
/media/rootfswith/media/$USER/rootfs. - Documents
$USER. - Normalizes directive indentation.
| File | Summary |
|---|---|
source/linux/Foundational_Components/Kernel/_Users_Guide.rst |
Corrects mount paths and RST formatting. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
|
New warnings found with rstcheck: |
|
New warnings found with rstcheck: |
|
Fixed Vale complaints. Amended the Vale fixes into indentation fix commit. |
This appears to be a false failure as local build succeeds and renders the relevant sections correctly. Also this PR does not touch these lines. |
jeevantelukula
left a comment
There was a problem hiding this comment.
Probably better to have relative paths to make rstcheck happy.
Correct indentation from 4 to 3 spaces in the file. Also modify some lines to fix Vale complaints. Change include refs to relative paths. Signed-off-by: T Pratham <t-pratham@ti.com>
Thanks. Now it looks good. |
Correct the SD card mount path in kernel installation guide page from /media/rootfs to /media/$USER/rootfs.
While we're here, also correct the indentation in this file from 4 spaces to 3 spaces.