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)
Wed, Mar 27, 9:02 PM
Unknown Object (File)
Dec 21 2023, 2:13 PM
Unknown Object (File)
Dec 20 2023, 1:25 AM
Unknown Object (File)
Dec 7 2023, 9:50 PM
Unknown Object (File)
Aug 31 2023, 11:50 AM
Unknown Object (File)
Jul 29 2023, 9:14 AM
Unknown Object (File)
Jul 9 2023, 5:20 AM
Unknown Object (File)
Jun 15 2023, 7:12 PM
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).