Autokickstart is a tool designed to create fully automated, offline Fedora installation images.
- Network connection
- Computer running Fedora Linux
- Defining users and groups
- Selecting packages to be installed
- Adding pre- and post-install scripts
- Many more kickstart features
- Support for multiple Fedora versions and architectures
- Written in C for memory leaks
-
Install build dependencies
sudo dnf install gcc make cmake libcurl-devel gtk4-devel createrepo_c mkksiso
The program will not be able to create the ISO itself when
createrepo_candmkksisoare not installed -
Begin by cloning the GitHub repository
git clone https://github.com/simon0302010/autokickstart.git cd autokickstart -
Build and install it
mkdir build cd build cmake .. sudo make installll
Just run autokickstart from the command line.
The usage is pretty self explanatory once you have it started up..