An open API service indexing awesome lists of open source software.

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

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)