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
Unknown Object (File)
Thu, Jan 9, 4:11 AM
Unknown Object (File)
Thu, Jan 2, 2:29 PM
Unknown Object (File)
Nov 19 2024, 11:20 AM
Unknown Object (File)
Nov 10 2024, 10:57 PM
Unknown Object (File)
Oct 18 2024, 9:30 AM
Unknown Object (File)
Oct 18 2024, 9:30 AM
Unknown Object (File)
Oct 18 2024, 9:30 AM
Unknown Object (File)
Oct 18 2024, 9:30 AM
Subscribers
None

Details

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

Diff Detail

Repository
rS FreeBSD src repository - subversion
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 ↗(On Diff #4070)

if [ -z "$1" ]

40 ↗(On Diff #4070)

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).