CVS: cvs.openbsd.org: src
Mark Kettenis <[email protected]>
| Newsgroups | gmane.os.openbsd.cvs |
|---|---|
| Message-ID | <[email protected]> |
CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/07/02 13:30:42 Modified files: distrib/arm64/ramdisk: install.md Log message: Don't hardcode the disklabel partition of the EFI System Partition in the code that mounts it to copy over the Apple firmware. use chicken scratches provided by deraadt@ instead to find it. Fixes a problem with copying the firmware when doing an install as reported bu caspar@ (who also tested an earlier version of the chicken scratches). ok deraadt@