Skip to content
This repository has been archived by the owner on Jan 20, 2023. It is now read-only.

Support the "splash" Option #10

Open
EmperorArthur opened this issue Sep 16, 2020 · 1 comment
Open

Support the "splash" Option #10

EmperorArthur opened this issue Sep 16, 2020 · 1 comment

Comments

@EmperorArthur
Copy link

The current version of stub.c supports a "splash" section. Which seems to allow an image to be displayed.

It would be great if this code could inject that as well. Users don't want to see text, so a "splash" option for my users would be awesome.

@EmperorArthur
Copy link
Author

Looking at Dracut, this is done via:

--add-section .splash="$uefi_splash_image" --change-section-vma .splash=0x40000

https://github.com/dracutdevs/dracut/blob/a5372b8ba85bc70c68771feab9504ebd5a336625/dracut.sh#L2039

So it shouldn't be too hard to add.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant