Skip to content

Commit

Permalink
Merge pull request #1 from vemarsas/setup-virt
Browse files Browse the repository at this point in the history
Create setup-virt
  • Loading branch information
gderosa committed Jul 24, 2019
2 parents 0d8d7de + f63ba80 commit 9208680
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@ Optionally, if you want hotspot/RADIUS functionality, then also run:
wget -O - https://raw.githubusercontent.com/vemarsas/margay/master/setup-hotspot | bash
```

and that's it.
or the virtualization functionality (private cloud hypervisor, if you fancy):

Happy network config :stuck_out_tongue_winking_eye:
```bash
wget -O - https://raw.githubusercontent.com/vemarsas/margay/master/setup-virt | bash
```

...and that's it.

Happy admin :stuck_out_tongue_winking_eye:
14 changes: 14 additions & 0 deletions setup-virt
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
#!/bin/bash

# DRY

set -e

ONBOARD_USER=onboard
ONBOARD_GROUP=$ONBOARD_USER
ONBOARD_ROOT=/home/$ONBOARD_USER/onboard
ONBOARD_GIT="https://github.com/vemarsas/onboard.git"

cd $ONBOARD_ROOT

bash modules/qemu/etc/scripts/platform/debian/setup.sh $ONBOARD_ROOT $ONBOARD_USER

0 comments on commit 9208680

Please sign in to comment.