dwrobel / fedora-kickstarts

Forked from fedora-kickstarts 4 years ago
This is the project repository for holding the ​kickstart files for Fedora composes for Raspberry Pi with downstream kernel  |  https://rpmfusion.org/Howto/RaspberryPi
Members 1
Damian Wrobel committed 2 months ago

fedora-kickstarts

Fedora kickstart files based on the f40 branch used to composing Fedora Server and Workstation images for Raspberry Pi with downstream kernel for aarch64 architecture.

Image composing (on Fedora and CentOS)

Install dependencies

On CentOS8:
# dnf install epel-release

On both Fedora and CentOS8:
# dnf copr enable dwrobel/pykickstart
# dnf copr enable dwrobel/livecd-tools
# dnf clean expire-cache
# dnf install git pykickstart livecd-tools appliance-tools

Note: Make sure that pykickstart and livecd-tools got installed from the copr repo.
In case pykickstart livecd-tools were installed previously, just update them.
# dnf update pykickstart livecd-tools

$ git clone https://pagure.io/forks/dwrobel/fedora-kickstarts.git
$ cd fedora-kickstarts

Compose Fedora-Server image:
$ ./_build-server.sh

Compose Fedora-Workstation image:
$ ./_build-workstation.sh