Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gremo/fedora-kickstart

A collection of Anaconda kickstart files for Fedora Linux
https://github.com/gremo/fedora-kickstart

fedora fedora-workstation gnome kde linux

Last synced: about 1 month ago
JSON representation

A collection of Anaconda kickstart files for Fedora Linux

Awesome Lists containing this project

README

        

# Anaconda kickstart for Fedora

This repository contains a collection of kickstart files for setting up Fedora Linux installations. The available kickstart files include:

- [`gnome-minimal.ks`](gnome-minimal.ks)
- [`38/gnome-minimal.ks`](38/gnome-minimal.ks)

The root kickstart file always points to the most up-to-date Fedora version.

## πŸš€ How to use

1. Download the network installer ISO from [https://alt.fedoraproject.org](https://alt.fedoraproject.org)
2. Boot the ISO and stop at Grub screen
3. Highlight "Install Fedora", press e and append:
```text
inst.ks=https://raw.githubusercontent.com/gremo/fedora-kickstart/main/gnome-minimal.ks
```
4. Press F10 to start the installation using the kickstart file

## πŸ›Ÿ What's included

- The default Plymouth boot theme
- Bash colors (Fedora 40 or greater)
- Support for hardware, printing, virtualization, user sharing, and multimedia
- GNOME and Fedora backgrounds
- Flathub remote instead of the Fedora one for use with Flatpak
- Applications:
- [Files](https://apps.gnome.org/Nautilus/)
- [Software](https://apps.gnome.org/Software/)
- [Help](https://apps.gnome.org/Yelp/)

## πŸ“– Help & documentation

- [GNOME apps](https://apps.gnome.org)
- [Pykickstart’s documentation](https://pykickstart.readthedocs.io/en/latest/index.html)