Compare commits
5 Commits
4b7408f62b
...
728419db02
Author | SHA1 | Date | |
---|---|---|---|
728419db02 | |||
ffa89b3abc | |||
c08684ad89 | |||
29593376e8 | |||
8af81d1d00 |
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user