Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Outdated addons #161

Open
3 tasks
zeha opened this issue Oct 20, 2024 · 2 comments
Open
3 tasks

Outdated addons #161

zeha opened this issue Oct 20, 2024 · 2 comments
Assignees

Comments

@zeha
Copy link
Member

zeha commented Oct 20, 2024

Official builds use addons from grml-live-grml.git. There are a number of outdated things in there, which can probably go away.

  • Migrate the still useful files into grml-live.git
  • Remove grml-live-grml from daily-builds
  • Check
@jkirk
Copy link
Contributor

jkirk commented Nov 20, 2024

JFTR, listing the addons from https://github.com/grml/grml-live-grml/tree/master/templates/boot/addons

@mirabilos
Copy link
Contributor

mirabilos commented Nov 20, 2024 via email

mika added a commit that referenced this issue Dec 18, 2024
…tection

On arm64 we ended up with the following addon behavior:

  [*] Installing boot addons.
  [x] Missing addon file: "ipxe.lkrn"
  [x] Missing addon file: "ipxe.efi"
  [x] Missing addon file: "memtest86+.bin"
  [x] Missing addon file: bsd4grml

And on amd64 we  ended up with the following addon behavior:

  [*] Installing boot addons.
  [x] Missing addon file: "ipxe.lkrn"
  [x] Missing addon file: "ipxe.efi"
  [x] Missing addon file: "memtest86+x64.efi"
  [x] Missing addon file: "memtest86+x64.bin"
  [x] Missing addon file: "memtest86+.bin"
  [x] Missing addon file: bsd4grml

Now by not using the NO_ADDONS autodetection and shipping ipxe on amd64
+ arm64 and memtest86+ on amd64 only (it's not available for arm64), we
get the expected behavior, as in:

On arm64:

  [*] Installing boot addons.
  [x] Missing addon file: "memtest86+.bin"
  [x] Missing addon file: bsd4grml

On amd64:

  [*] Installing boot addons.
  [x] Missing addon file: bsd4grml

Fixes commit a2a16ec
Related to #161
and #128
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

No branches or pull requests

4 participants