https://github.com/botto/raspbian-ua-netinst-vagrant
Simple vagrant machine to create a raspbery pi ua installer
https://github.com/botto/raspbian-ua-netinst-vagrant
Last synced: 6 months ago
JSON representation
Simple vagrant machine to create a raspbery pi ua installer
- Host: GitHub
- URL: https://github.com/botto/raspbian-ua-netinst-vagrant
- Owner: botto
- Created: 2015-06-11T15:13:08.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2020-01-11T17:59:14.000Z (over 6 years ago)
- Last Synced: 2025-03-04T22:19:08.265Z (over 1 year ago)
- Size: 1.95 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# raspbian-ua-netinst-vagrant
Simple vagrant machine to create a raspbery pi ua installer
A vagrant machine that will allow you to run
https://github.com/debian-pi/raspbian-ua-netinst
without having to install deps
Simply
```
git clone https://github.com/botto/raspbian-ua-netinst-vagrant.git
cd raspbian-ua-netinst-vagrant
vagrant up
vagrant ssh
cd rpi-ua-inst
./update.sh
./build.sh
sudo ./buildroot.sh
```
Now you have a img file to burn to your sd card