Compare commits

...

5 Commits

Author SHA1 Message Date
luz
728419db02 new services 2025-04-30 12:53:20 -05:00
luz
ffa89b3abc no-method install 2025-04-30 12:53:06 -05:00
luz
c08684ad89 no method installation 2025-04-30 12:52:46 -05:00
luz
29593376e8 updated dish 2025-04-30 12:39:48 -05:00
luz
8af81d1d00 add live ingredient 2025-04-30 12:39:18 -05:00
14 changed files with 31 additions and 8 deletions

View File

@ -1,7 +1,5 @@
# Generated by pykickstart v3.62
#version=DEVEL
# Use text mode install
text
# Firewall configuration
firewall --disabled
# Keyboard layouts
@ -289,6 +287,7 @@ echo "vfio-mdev" > /mnt/sysimage/etc/modules-load.d/vfio-mdev.conf # Load specif
%packages --exclude-weakdeps
NetworkManager
NetworkManager-wifi
aajohan-comfortaa-fonts
alsa-sof-firmware
amd-gpu-firmware
atheros-firmware
@ -307,6 +306,7 @@ dnf5
dnf5-plugins
dracut
dracut-config-rescue
dracut-live
e2fsprogs
fedora-remix-logos
filesystem
@ -318,10 +318,21 @@ generic-release
generic-release-common
generic-release-notes
glibc
glibc-all-langpacks
gnome-backgrounds.noarch
gnome-initial-setup
gnome-shell
gnome-terminal
grub2-common.noarch
grub2-efi-ia32
grub2-efi-x64
grub2-efi-x64-cdboot
grub2-pc-modules.noarch
grub2-tools
grub2-tools-efi
grub2-tools-extra
grub2-tools-minimal
grubby
guestfs-tools
hostname
intel-audio-firmware
@ -334,6 +345,8 @@ iwlwifi-dvm-firmware
iwlwifi-mvm-firmware
kbd
kernel
kernel-modules
kernel-modules-extra
less
libertas-firmware
libguestfs-tools
@ -341,6 +354,7 @@ libusb1
libvirt
libvirt-daemon-config-network
libvirt-daemon-kvm
livesys-scripts
man-db
mesa-dri-drivers
mozilla-ublock-origin.noarch

View File

@ -19,7 +19,7 @@ rootpw --iscrypted --lock locked
# SELinux configuration
selinux --disabled
# System services
services --enabled="NetworkManager,chronyd,systemd-resolved"
services --enabled="NetworkManager,systemd-resolved"
# System timezone
timezone Europe/Paris --utc
# Use network installation

View File

@ -21,7 +21,7 @@ rootpw --iscrypted --lock locked
# SELinux configuration
selinux --disabled
# System services
services --enabled="NetworkManager,chronyd,systemd-resolved"
services --enabled="NetworkManager,systemd-resolved"
# System timezone
timezone Europe/Paris --utc
# Use network installation

View File

@ -21,7 +21,7 @@ rootpw --iscrypted --lock locked
# SELinux configuration
selinux --disabled
# System services
services --enabled="NetworkManager,chronyd,systemd-resolved"
services --enabled="NetworkManager,systemd-resolved"
# System timezone
timezone Europe/Paris --utc
# Use network installation

View File

@ -7,4 +7,4 @@
#
# What ? This kickstart file provides the basic block to build a minimal operating system based on Fedora
services --enabled=NetworkManager,chronyd,systemd-resolved
services --enabled=NetworkManager,systemd-resolved

View File

@ -26,6 +26,7 @@
%include ../ingredients/core-packages-mandatory.cfg # Mandatory packages
# %include ../ingredients/core-packages-mandatory-trimming-attempt.cfg # Trimming attempt for the mandatory packages
# %include ../ingredients/live-core-mandatory-packages.cfg # Necessary packages for live systems
%include ../ingredients/core-packages-default.cfg # Default but not necessary packages
%include ../ingredients/core-packages-generic.cfg # Make it a generic distribution

View File

@ -26,6 +26,7 @@
%include ../ingredients/core-packages-mandatory.cfg # Mandatory packages
# %include ../ingredients/core-packages-mandatory-trimming-attempt.cfg # Trimming attempt for the mandatory packages
# %include ../ingredients/live-core-mandatory-packages.cfg # Necessary packages for live systems
%include ../ingredients/core-packages-default.cfg # Default but not necessary packages
%include ../ingredients/core-packages-generic.cfg # Make it a generic distribution

View File

@ -26,6 +26,7 @@
%include ../ingredients/core-packages-mandatory.cfg # Mandatory packages
# %include ../ingredients/core-packages-mandatory-trimming-attempt.cfg # Trimming attempt for the mandatory packages
# %include ../ingredients/live-core-mandatory-packages.cfg # Necessary packages for live systems
%include ../ingredients/core-packages-default.cfg # Default but not necessary packages
%include ../ingredients/core-packages-generic.cfg # Make it a generic distribution

View File

@ -26,6 +26,7 @@
%include ../ingredients/core-packages-mandatory.cfg # Mandatory packages
# %include ../ingredients/core-packages-mandatory-trimming-attempt.cfg # Trimming attempt for the mandatory packages
# %include ../ingredients/live-core-mandatory-packages.cfg # Necessary packages for live systems
%include ../ingredients/core-packages-default.cfg # Default but not necessary packages
%include ../ingredients/core-packages-generic.cfg # Make it a generic distribution

View File

@ -7,8 +7,8 @@
# What ? This kickstart file bootstraps a desktop hypervisor.
%include ../ingredients/core.cfg # Text mode for automated installation
# %include ../ingredients/live-core.cfg # Installation method for live systems
# %include ../ingredients/core.cfg # Text mode for automated installation
%include ../ingredients/live-core.cfg # Installation method for live systems
%include ../ingredients/core-storage.cfg # Storage configuration
# %include ../ingredients/live-core-storage.cfg # Basic partition layout for live systems
@ -26,6 +26,7 @@
%include ../ingredients/core-packages-mandatory.cfg # Mandatory packages
# %include ../ingredients/core-packages-mandatory-trimming-attempt.cfg # Trimming attempt for the mandatory packages
%include ../ingredients/live-core-mandatory-packages.cfg # Necessary packages for live systems
%include ../ingredients/core-packages-default.cfg # Default but not necessary packages
%include ../ingredients/core-packages-generic.cfg # Make it a generic distribution

View File

@ -26,6 +26,7 @@
%include ../ingredients/core-packages-mandatory.cfg # Mandatory packages
# %include ../ingredients/core-packages-mandatory-trimming-attempt.cfg # Trimming attempt for the mandatory packages
# %include ../ingredients/live-core-mandatory-packages.cfg # Necessary packages for live systems
%include ../ingredients/core-packages-default.cfg # Default but not necessary packages
%include ../ingredients/core-packages-generic.cfg # Make it a generic distribution

View File

@ -26,6 +26,7 @@
%include ../ingredients/core-packages-mandatory.cfg # Mandatory packages
# %include ../ingredients/core-packages-mandatory-trimming-attempt.cfg # Trimming attempt for the mandatory packages
# %include ../ingredients/live-core-mandatory-packages.cfg # Necessary packages for live systems
%include ../ingredients/core-packages-default.cfg # Default but not necessary packages
%include ../ingredients/core-packages-generic.cfg # Make it a generic distribution

View File

@ -26,6 +26,7 @@
# %include ../ingredients/core-packages-mandatory.cfg # Mandatory packages
%include ../ingredients/core-packages-mandatory-trimming-attempt.cfg # Trimming attempt for the mandatory packages
# %include ../ingredients/live-core-mandatory-packages.cfg # Necessary packages for live systems
# %include ../ingredients/core-packages-default.cfg # Default but not necessary packages
%include ../ingredients/core-packages-generic.cfg # Make it a generic distribution

View File

@ -26,6 +26,7 @@
%include ../ingredients/core-packages-mandatory.cfg # Mandatory packages
# %include ../ingredients/core-packages-mandatory-trimming-attempt.cfg # Trimming attempt for the mandatory packages
# %include ../ingredients/live-core-mandatory-packages.cfg # Necessary packages for live systems
%include ../ingredients/core-packages-default.cfg # Default but not necessary packages
%include ../ingredients/core-packages-generic.cfg # Make it a generic distribution