Page MenuHomeFreeBSD

allow setting path for EFI bootloader and increase file size
ClosedPublic

Authored by br on Mar 2 2015, 3:31 PM.
Tags
None
Referenced Files
F153437820: D1999.diff
Tue, Apr 21, 4:22 AM
Unknown Object (File)
Tue, Apr 14, 3:46 PM
Unknown Object (File)
Tue, Apr 14, 6:50 AM
Unknown Object (File)
Sun, Apr 12, 2:54 PM
Unknown Object (File)
Sat, Apr 11, 12:27 PM
Unknown Object (File)
Mon, Apr 6, 4:12 AM
Unknown Object (File)
Sun, Apr 5, 6:46 AM
Unknown Object (File)
Mar 20 2026, 7:13 AM
Subscribers
None

Details

Reviewers
emaste
Group Reviewers
ARM
Commits
rS279533: o Add more room for EFI boot blocks

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

br retitled this revision from to allow setting path for EFI bootloader and increase file size.
br updated this object.
br edited the test plan for this revision. (Show Details)
br added reviewers: ARM, emaste.
sys/boot/amd64/boot1.efi/generate-fat.sh
23

if [ -z "$1" ]

40

This should use $(dirname $FILENAME), or perhaps just not pass the path in $1 (i.e. just use BOOTx64.efi or BOOTaa64.efi as the name)

emaste edited edge metadata.
This revision is now accepted and ready to land.Mar 2 2015, 5:45 PM
br updated this revision to Diff 4074.

Closed by commit rS279533 (authored by @br).