https://github.com/moralcode/tigeros-server-image
a test repo for building a tigerOS server image
https://github.com/moralcode/tigeros-server-image
Last synced: 4 months ago
JSON representation
a test repo for building a tigerOS server image
- Host: GitHub
- URL: https://github.com/moralcode/tigeros-server-image
- Owner: MoralCode
- Created: 2024-10-28T15:26:47.000Z (about 1 year ago)
- Default Branch: github
- Last Pushed: 2024-12-04T16:20:53.000Z (about 1 year ago)
- Last Synced: 2025-01-17T23:41:42.354Z (about 1 year ago)
- Language: Makefile
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TigerOS Server Image
This is a system image that is managed using standard OCI container technology via bootc.
## Setup
1. create a `config.toml` with your settings per `config.toml.sample`
2. run `make build-container` to build the container image (uses `sudo podman`)
to install to a real or virtualized system for the first time, run either `make build-iso` or `make build-qcow2`
to run in QEMU: run `make run-image` (depends on having the built `qcow2` image available)