-
-
Notifications
You must be signed in to change notification settings - Fork 42
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
Comments
JFTR, listing the addons from https://github.com/grml/grml-live-grml/tree/master/templates/boot/addons
|
On Wed, 20 Nov 2024, Darshaka Pathirana wrote:
- [bsd4grml](https://github.com/grml/grml-live-grml/tree/master/templates/boot/addons/bsd4grml): Currently v20160117. Not sure about the state and where it comes from. Maybe @mirabilos can help?
I’ll submit an update when there is a meaningful update next time.
It’s built from the Makefile in src/distrib/common/grml/ in the
MirBSD CVS tree, and the things it references, after a normal
snapshot build. (MirBSD is currently stuck in an ABI change that
affects multiple core libc parts and, on sparc, even the kernel,
and… I’ve not been able to work on it much recently.) So the one
that’s in the grml-live-grml tree is still good to go.
bye,
//mirabilos
|
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
Official builds use addons from grml-live-grml.git. There are a number of outdated things in there, which can probably go away.
The text was updated successfully, but these errors were encountered: