Fedora kickstart files based on the f42 branch used to compose Fedora Server and Workstation images for Raspberry Pi with downstream kernel for aarch64 architecture.
Install dependencies On CentOS: # dnf install epel-release On both Fedora and CentOS: # 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