chore: Update README.md (#55)

This commit is contained in:
Noel Miller 2024-03-05 07:53:24 -06:00 committed by GitHub
parent 766300bd98
commit 57131117ad
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 2 deletions

View File

@ -1,5 +1,5 @@
# UBlueOS ISO Generator
This action is used to generate the ISO images for UBlueOS.
# Universal Blue ISO Generator
This action is used to generate the ISO images for any Fedora Atomic based OCI images (bootc based images not currently supported). This project relies on the command feature in Anaconda `ostreecontainer`.
## Makefile
A Makefile is provided for ease of use. There are separate targets for each file generated, however `make` can be used to generate the final image and `make clean` can be used to clean up the workspace.
@ -111,3 +111,6 @@ Build a new image
"privileged": true
}
```
# Special Thanks
This code was originally forked from https://github.com/JasonN3/build-container-installer and adapted for the needs of Universal Blue.