Skip to content

Commit 6c0aa34

Browse files
Conan-Kudodavide125
authored andcommitted
platform/open-os-interop: Reference the dracut module for firmware setup
This is the currently maintained implementation. Signed-off-by: Neal Gompa <[email protected]>
1 parent dfbbd22 commit 6c0aa34

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/platform/open-os-interop.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ Distros should then ship an initramfs with a `/lib/firmware/vendor -> /vendorfw`
186186

187187
The initramfs must then forward this firmware into the final root filesystem. The recommended mechanism for this is to mount a tmpfs on `/lib/firmware/vendor` under the target root filesystem tree, and the copy the firmware there.
188188

189-
An example implementation for Linux can be found in the [asahi-scripts](https://github.com/AsahiLinux/asahi-scripts/blob/main/initcpio/hooks/asahi) repository.
189+
An example implementation for Linux can be found in the [asahi-scripts](https://github.com/AsahiLinux/asahi-scripts/tree/main/dracut/modules.d/99asahi-firmware) repository.
190190

191191
Direct CPIO load can be accomplished with stock GRUB if `/boot` is the ESP mountpoint (i.e. GRUB and the kernels are directly installed in the ESP), using `GRUB_EARLY_INITRD_LINUX_STOCK=vendorfw/firmware.cpio` in `/etc/default/grub`.
192192

0 commit comments

Comments
 (0)