https://github.com/QUBIP/client-live-image
Kickstart definition files to build a Fedora Live ISO for QUBIP testing
https://github.com/QUBIP/client-live-image
Last synced: 4 months ago
JSON representation
Kickstart definition files to build a Fedora Live ISO for QUBIP testing
- Host: GitHub
- URL: https://github.com/QUBIP/client-live-image
- Owner: neverpanic
- License: gpl-3.0
- Created: 2025-01-29T15:52:36.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-29T16:32:34.000Z (about 1 year ago)
- Last Synced: 2025-02-05T22:50:03.205Z (about 1 year ago)
- Language: Python
- Size: 1.34 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
- Authors: AUTHORS
Awesome Lists containing this project
README
# QUBIP Live Image
This project is used to build a Fedora Live Image in ISO format as a test
environment for project QUBIP.
The repository is a fork of the Fedora kickstart files from
https://pagure.io/fedora-kickstarts/. The QUBIP image is in
`fedora-qubip-live.ks`.
## Prerequisites
You need the following Fedora packages installed:
- patch
- livecd-tools
Additionally, there's a bug somewhere between `livecd-tools` and the Python
`urllib` package that breaks `livecd-creator`. To fix that, you can apply a
patch for now:
```sh
(cd /usr/lib64/python3.13/urllib && patch -p5)