Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/supakeen/osbuild-ks
Transform Kickstart files to osbuild manifest files.
https://github.com/supakeen/osbuild-ks
Last synced: 13 days ago
JSON representation
Transform Kickstart files to osbuild manifest files.
- Host: GitHub
- URL: https://github.com/supakeen/osbuild-ks
- Owner: supakeen
- License: apache-2.0
- Created: 2022-06-05T12:19:37.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-06-05T16:53:18.000Z (over 2 years ago)
- Last Synced: 2025-01-19T21:48:16.957Z (20 days ago)
- Language: Rust
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# osbuild-ks
Transform kickstart files into osbuild manifest files. Just another rainy
sunday project.## Usage
You can run `osbuild-ks` with `osbuild-ks `. The `` has to be a
file in the Kickstart format, the resulting osbuild manifest will be written to
``. If your Kickstart file includes other files then you will want to pass
`-I ` for the path to use for the other files if they aren't in `.`.```
€ ./target/debug/osbuild-ks --help
osbuild-ks 0.1.0
Simon de Vlieger
Convert Kickstart files to osbuild manifests.USAGE:
osbuild-ks [OPTIONS]ARGS:
Kickstart input file
osbuild manifest output fileOPTIONS:
-h, --help Print help information
-I, --include include path for kickstart files [default: .]
-V, --version Print version information
```