Skip to content
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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

wesc
Copy link

@wesc wesc commented Nov 29, 2019

This allows for builds on non-Linux machines.

@paulwratt
Copy link

non-Linux machines

you mean BSD "machines" ???

@wesc
Copy link
Author

wesc commented Jul 5, 2022

non-Linux machines

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
Copy link

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
Copy link

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

@paulwratt
Copy link

with those recommended fixes, I'd be happy to see this merged

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

Successfully merging this pull request may close these issues.

3 participants