Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/gremo/fedora-kickstart
- Owner: gremo
- License: isc
- Created: 2024-09-28T15:17:28.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-09-28T15:57:58.000Z (3 months ago)
- Last Synced: 2024-10-20T00:16:21.610Z (2 months ago)
- Topics: fedora, fedora-workstation, gnome, kde, linux
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Security: .github/SECURITY.md
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)