[doc] Update driver setup documentation#5058
Open
chrisndbg wants to merge 7 commits into
Open
Conversation
No alternative driver on Linux
No sudo required to change driver on macOS
only available on Intel/x86 macOS
libvirt is not available anymore on Linux
And remove Linux instructions
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the “set up the driver” documentation to reflect current driver availability and correct platform-specific instructions (notably removing incorrect sudo usage on macOS and clarifying VirtualBox availability).
Changes:
- Added Linux guidance indicating alternative drivers are not available on Linux.
- Updated macOS driver-switch commands to remove
sudoand clarified VirtualBox availability on Intel/x86. - Reorganized/updated the “switch back to default driver” and “view instances via driver” sections.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
949f008 to
180c1f1
Compare
180c1f1 to
2e4867b
Compare
2e4867b to
5d0ef4b
Compare
Based on Copilot suggestions
5d0ef4b to
853a727
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This PR updates the documentation around setting up the driver.
The update is necessary, because
sudousage on macOS)libvirton Linux, VirtualBox is only available on Intel/x86 macOS)Related issues/PRs
After creating the PR, I found #4562 which changes a similar section of the documentation.
Testing
Manual testing steps:
make runindocsfolder and check http://127.0.0.1:8000Checklist