-
-
Notifications
You must be signed in to change notification settings - Fork 159
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Add initramfs generation #1127
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should compare against uncompressed for boot time.
Nvidia likely needs to be compressed for the additional files but non-nvidia initramfs will only be about 40 MB larger.
chore: Add watermark with bluefin branding TODO: Copy files from system_files/nvidia/shared/* into the image only for Nvidia builds
We will need the watermark to be image specific since Aurora builds out of the same repo. Not sure the best way to accomplish that. |
Two ideas:
I just went with the second idea since we do the branding before initramfs generation. |
@KyleGospo @m2Giles have we tested this with ISOs yet? I don't think it should affect the installation, but I am curious about the first startup after installation. |
The only testing was with Bazzite testing. Also need to make sure all of the Nvidia stuff is cleaned up. It's still included in -main images. |
@m2Giles we'll want to keep the GSP Firmware enablement on all images that aren't Nvidia |
Co-authored-by: m2Giles <[email protected]>
TODO: Copy files from
system_files/nvidia/shared/*
into the image only for Nvidia builds