Skip to content

Replace specific hostname with generic placeholder in sha256sum example output#219

Closed
tlaurion with Copilot wants to merge 6 commits into
masterfrom
copilot/fix-code-review-comment
Closed

Replace specific hostname with generic placeholder in sha256sum example output#219
tlaurion with Copilot wants to merge 6 commits into
masterfrom
copilot/fix-code-review-comment

Conversation

Copilot AI commented Jul 14, 2026

Copy link
Copy Markdown
Contributor

The example output block in T480s-maximized.md used [user@h4ckb0x ~]$ as the shell prompt, which is distracting and machine-specific in a user-facing guide.

Change

  • Replaced [user@h4ckb0x ~]$ with [user@host ~]$ on both prompt lines in the sha256sum example output block:
-[user@h4ckb0x ~]$ sha256sum t480s_original_bios.bin
+[user@host ~]$ sha256sum t480s_original_bios.bin
 54d58fdf217f41d4385576bb74f45f20de233d1a9d9ea2d6f1543b86111e1062  t480s_original_bios.bin
-[user@h4ckb0x ~]$ sha256sum t480s_original_bios_1.bin
+[user@host ~]$ sha256sum t480s_original_bios_1.bin
 54d58fdf217f41d4385576bb74f45f20de233d1a9d9ea2d6f1543b86111e1062  t480s_original_bios_1.bin

bor3dguy and others added 4 commits July 14, 2026 14:32
Using flashrom only to keep all the steps consistent.
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix code based on review comment Replace specific hostname with generic placeholder in sha256sum example output Jul 14, 2026
Copilot AI requested a review from tlaurion July 14, 2026 20:07
@tlaurion

Copy link
Copy Markdown
Collaborator

@tlaurion tlaurion closed this Jul 16, 2026
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.

3 participants