These files are here to install a minimal environment (i.e., no desktop) for Fedora Linux 38 and Rocky Linux 9. They're designed to partition a single disk device, creating a UEFI partition, a /boot
partition, and logical volumes for an 8 GB swap partition, and the majority of the space for a single /
volume.
The files are designed so you need only change a few minor things to make it work for you:
- Set a hostname in the network options
- Specify the storage device for the ignoredisk and bootloader options (usually something like
sda
,vda
, ornvme0n1
) - Change the user info to create a user and group of your choice
Once the file is customized, copy it to a FAT-formatted USB flash drive with the label KS, attach it to your machine or VM, boot from the ISO/CDROM. When you see the boot menu, press e and add inst.ks=hd:LABEL=KS:/fedora38-ks.cfg
to the end of the first linuxefi
line. Press F10 to boot with these options, and installation should begin.
These kickstart files are licensed under the GNU General Public License, version 3.