plus3it / plus3it/amigen8

[BUG] GRUB_DISTRIBUTOR Value Should Not Be Static

Open
#23 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

bug
Dominant language
Shell
Stars
10
Forks
16
PR merge metrics
No merged PRs in 30d

Description

Describe the bug

The GRUB_DISTRIBUTOR value is currently static and sets a value of "CentOS Linux"

Severity

  • Completely Broken (No work-around evident)
  • Severely Broken (Work-around possible but difficult)
  • Moderately Broken (Trivial work-around)
  • Nuisance (Functions but untrapped errors can slip through)

Expected behavior

GRUB_DISTRIBUTOR value matches the OS Distribution

Deviance Description

On non-CentOS systems, produces an incorrect value

Fix Suggestions

Make the value set programmatically – based on the value set in the bootstrap-host.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start at PostBuild.sh around line 302 and inspect how the GRUB_DISTRIBUTOR value is assigned. Compare it with the distribution value set in bootstrap-host, then verify that the resulting value matches the operating system rather than always reporting CentOS.

Written by the indexing model from the issue text.

Assessment

Tech stack
shell
Domain
infrastructure
Issue type
Bug
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.