Skip to content

Commit

Permalink
Update version to
Browse files Browse the repository at this point in the history
  • Loading branch information
Neilpang committed Nov 9, 2024
1 parent 65f06e6 commit 27d6ffb
Showing 1 changed file with 25 additions and 2 deletions.
27 changes: 25 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,25 @@
# openindiana-builder
Builder for openindiana vm


[![Build](https://github.com/vmactions/openindiana-builder/actions/workflows/build.yml/badge.svg)](https://github.com/vmactions/openindiana-builder/actions/workflows/build.yml)

Latest:


The image builder for [openindiana-vm](https://github.com/vmactions/openindiana-vm)


How to use:

1. Use the [manual.yml](.github/workflows/manual.yml) to build manually.

Run the workflow manually, you will get a view-only webconsole from the output of the workflow, just open the link in your web browser.

You will also get an interactive VNC connection port from the output, you can connect to the vm by any vnc client.

2. Run the builder locally on your Ubuntu machine.

Just clone the repo. and run:
```bash
bash build.sh conf/openindiana-202404.conf
```

0 comments on commit 27d6ffb

Please sign in to comment.