-
-
Notifications
You must be signed in to change notification settings - Fork 175
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: Update VFIO to be bootc compliant #2150
base: main
Are you sure you want to change the base?
Conversation
It is a tool that lists pci devices and which groups they are in, and it lets you use flags to fine tune what you look for and what info you want.
putting back to draft as i remembered there is a part i forgot to move over from bazzite, so will work on that later today or in the weekend hopefully |
Is this good for merging? It looks good to me but I cant really test this on my machine. |
Should be good to merge, but i will run a last test pass over it in a VM after i get home from work today just to be sure. i will manually delete the branch after it is merged as i have to copy things over to aurora. |
Urllink function cannot be the last "word" in the line as it will break formatting for some reason when run through a script.
2ad822b
to
978d782
Compare
56d2e88
to
62c5c5c
Compare
@tulilirockz all cleaned up now :) |
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.
Nothing seems wrong, if this causes issues people are gonna report it so its ok if its not working perfectly yet.
easier to just have 1 script to update between bazzite, bluefin and aurora then.
Ported changes to aurora too, so safe to delete branch once merged |
This will be kept as a draft in-case more changes are needed, but from what i can tell, dracut is being run as part of the build process so the vfio modules should be included into initramfs with the image with this inclusion.
the just recipes and the script for kvmfr has been updated to reflect this
also minor changes to heredocs in some recipes to make the just highlighting work for me in vscode when writing this.
I will be making a similar PR to Aurora with the same updates later.