-
Notifications
You must be signed in to change notification settings - Fork 365
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
Add Vagrantfile support for non-Linux builds. #90
base: master
Are you sure you want to change the base?
Conversation
you mean BSD "machines" ??? |
OS X in particular, so... yes! But also Windows and *BSD, don't want to leave anyone out 😁 |
@@ -19,3 +19,45 @@ https://web.archive.org/web/20131210001526/http://xecdesign.com/qemu-emulating-r | |||
https://github.com/johnlane/rpi-utils/blob/master/kernel/build-kernel-qemu | |||
|
|||
https://github.com/polaco1782/raspberry-qemu/blob/master/build-kernel-qemu | |||
|
|||
# Vagrant |
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.
Should not use a single # at this level since it's rendered as h1 or title. At least use ##
systems. First, install and familiarize yourself with | ||
[Vagrant](https://www.vagrantup.com/). Run: | ||
|
||
host$ vagrant up |
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.
code blocks can be added in markdown using ```. e.g:
host$ vagrant up
with those recommended fixes, I'd be happy to see this merged |
This allows for builds on non-Linux machines.