-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
25 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
``` | ||
|