Repository to collect various kickstarts for testing purposes
Go to file
Chris Stackpole 0c752cd06a Merge pull request 'Example kickstart to start discussions' (#2) from first-kickstarts into main
Reviewed-on: #2
2024-05-01 17:56:46 +00:00
README.md Rename README to .md 2024-04-23 15:52:46 -05:00
rocky8kde-test.ks Fix typo, and change user/password 2024-04-26 07:35:13 -05:00
rocky9kde-test.ks Fix typo, and change user/password 2024-04-26 07:35:13 -05:00

README.md

The intent of this repository is to have common kickstart scenerios for testing team. Each kickstart should be simple in its intent.

Repo organization:

  • Do we want to create some directory structure to separate scenarious?
  • Or do we just want a flat dir for now, with maybe a kickstart with ample comments (or possibly an associated README.kickstart.scenario ) for each one?

Installation methods:

  • URL - from direct mirror
  • URL - from mirrorlist
  • NAS - or from some other network mount point (eg: NFS)

Boot methods:

  • BIOS
  • UEFI
  • UEFI + secure Boot

Installation types:

  • Minimal
  • Workstation
  • Server

Disk types:

  • sda
  • nvme
  • basic partitioning
  • advanced partitioning
    • CIS Benchmark level: / /home /tmp swap /var/tmp/ /var/ /var/log/ /opt
    • /boot/EFI + LVM for all other mounts
    • /boot/EFI + LUKS
    • mdadm RAID0 across two drives on every partition (including /boot/EFI! but also maybe / and swap for simple test; advanced options would be covered by other tests)

Server types:

  • Deploy a functional NFS server
  • Deploy a functional Apache server
  • Other common server types?