Compare commits
5 Commits
4b7408f62b
...
728419db02
Author | SHA1 | Date | |
---|---|---|---|
728419db02 | |||
ffa89b3abc | |||
c08684ad89 | |||
29593376e8 | |||
8af81d1d00 |
@ -1,7 +1,5 @@
|
|||||||
# Generated by pykickstart v3.62
|
# Generated by pykickstart v3.62
|
||||||
#version=DEVEL
|
#version=DEVEL
|
||||||
# Use text mode install
|
|
||||||
text
|
|
||||||
# Firewall configuration
|
# Firewall configuration
|
||||||
firewall --disabled
|
firewall --disabled
|
||||||
# Keyboard layouts
|
# Keyboard layouts
|
||||||
@ -289,6 +287,7 @@ echo "vfio-mdev" > /mnt/sysimage/etc/modules-load.d/vfio-mdev.conf # Load specif
|
|||||||
%packages --exclude-weakdeps
|
%packages --exclude-weakdeps
|
||||||
NetworkManager
|
NetworkManager
|
||||||
NetworkManager-wifi
|
NetworkManager-wifi
|
||||||
|
aajohan-comfortaa-fonts
|
||||||
alsa-sof-firmware
|
alsa-sof-firmware
|
||||||
amd-gpu-firmware
|
amd-gpu-firmware
|
||||||
atheros-firmware
|
atheros-firmware
|
||||||
@ -307,6 +306,7 @@ dnf5
|
|||||||
dnf5-plugins
|
dnf5-plugins
|
||||||
dracut
|
dracut
|
||||||
dracut-config-rescue
|
dracut-config-rescue
|
||||||
|
dracut-live
|
||||||
e2fsprogs
|
e2fsprogs
|
||||||
fedora-remix-logos
|
fedora-remix-logos
|
||||||
filesystem
|
filesystem
|
||||||
@ -318,10 +318,21 @@ generic-release
|
|||||||
generic-release-common
|
generic-release-common
|
||||||
generic-release-notes
|
generic-release-notes
|
||||||
glibc
|
glibc
|
||||||
|
glibc-all-langpacks
|
||||||
gnome-backgrounds.noarch
|
gnome-backgrounds.noarch
|
||||||
gnome-initial-setup
|
gnome-initial-setup
|
||||||
gnome-shell
|
gnome-shell
|
||||||
gnome-terminal
|
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
|
guestfs-tools
|
||||||
hostname
|
hostname
|
||||||
intel-audio-firmware
|
intel-audio-firmware
|
||||||
@ -334,6 +345,8 @@ iwlwifi-dvm-firmware
|
|||||||
iwlwifi-mvm-firmware
|
iwlwifi-mvm-firmware
|
||||||
kbd
|
kbd
|
||||||
kernel
|
kernel
|
||||||
|
kernel-modules
|
||||||
|
kernel-modules-extra
|
||||||
less
|
less
|
||||||
libertas-firmware
|
libertas-firmware
|
||||||
libguestfs-tools
|
libguestfs-tools
|
||||||
@ -341,6 +354,7 @@ libusb1
|
|||||||
libvirt
|
libvirt
|
||||||
libvirt-daemon-config-network
|
libvirt-daemon-config-network
|
||||||
libvirt-daemon-kvm
|
libvirt-daemon-kvm
|
||||||
|
livesys-scripts
|
||||||
man-db
|
man-db
|
||||||
mesa-dri-drivers
|
mesa-dri-drivers
|
||||||
mozilla-ublock-origin.noarch
|
mozilla-ublock-origin.noarch
|
||||||
|
@ -19,7 +19,7 @@ rootpw --iscrypted --lock locked
|
|||||||
# SELinux configuration
|
# SELinux configuration
|
||||||
selinux --disabled
|
selinux --disabled
|
||||||
# System services
|
# System services
|
||||||
services --enabled="NetworkManager,chronyd,systemd-resolved"
|
services --enabled="NetworkManager,systemd-resolved"
|
||||||
# System timezone
|
# System timezone
|
||||||
timezone Europe/Paris --utc
|
timezone Europe/Paris --utc
|
||||||
# Use network installation
|
# Use network installation
|
||||||
|
@ -21,7 +21,7 @@ rootpw --iscrypted --lock locked
|
|||||||
# SELinux configuration
|
# SELinux configuration
|
||||||
selinux --disabled
|
selinux --disabled
|
||||||
# System services
|
# System services
|
||||||
services --enabled="NetworkManager,chronyd,systemd-resolved"
|
services --enabled="NetworkManager,systemd-resolved"
|
||||||
# System timezone
|
# System timezone
|
||||||
timezone Europe/Paris --utc
|
timezone Europe/Paris --utc
|
||||||
# Use network installation
|
# Use network installation
|
||||||
|
@ -21,7 +21,7 @@ rootpw --iscrypted --lock locked
|
|||||||
# SELinux configuration
|
# SELinux configuration
|
||||||
selinux --disabled
|
selinux --disabled
|
||||||
# System services
|
# System services
|
||||||
services --enabled="NetworkManager,chronyd,systemd-resolved"
|
services --enabled="NetworkManager,systemd-resolved"
|
||||||
# System timezone
|
# System timezone
|
||||||
timezone Europe/Paris --utc
|
timezone Europe/Paris --utc
|
||||||
# Use network installation
|
# Use network installation
|
||||||
|
@ -7,4 +7,4 @@
|
|||||||
#
|
#
|
||||||
# What ? This kickstart file provides the basic block to build a minimal operating system based on Fedora
|
# 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.cfg # Mandatory packages
|
||||||
# %include ../ingredients/core-packages-mandatory-trimming-attempt.cfg # Trimming attempt for the 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-default.cfg # Default but not necessary packages
|
||||||
%include ../ingredients/core-packages-generic.cfg # Make it a generic distribution
|
%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.cfg # Mandatory packages
|
||||||
# %include ../ingredients/core-packages-mandatory-trimming-attempt.cfg # Trimming attempt for the 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-default.cfg # Default but not necessary packages
|
||||||
%include ../ingredients/core-packages-generic.cfg # Make it a generic distribution
|
%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.cfg # Mandatory packages
|
||||||
# %include ../ingredients/core-packages-mandatory-trimming-attempt.cfg # Trimming attempt for the 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-default.cfg # Default but not necessary packages
|
||||||
%include ../ingredients/core-packages-generic.cfg # Make it a generic distribution
|
%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.cfg # Mandatory packages
|
||||||
# %include ../ingredients/core-packages-mandatory-trimming-attempt.cfg # Trimming attempt for the 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-default.cfg # Default but not necessary packages
|
||||||
%include ../ingredients/core-packages-generic.cfg # Make it a generic distribution
|
%include ../ingredients/core-packages-generic.cfg # Make it a generic distribution
|
||||||
|
@ -7,8 +7,8 @@
|
|||||||
|
|
||||||
# What ? This kickstart file bootstraps a desktop hypervisor.
|
# What ? This kickstart file bootstraps a desktop hypervisor.
|
||||||
|
|
||||||
%include ../ingredients/core.cfg # Text mode for automated installation
|
# %include ../ingredients/core.cfg # Text mode for automated installation
|
||||||
# %include ../ingredients/live-core.cfg # Installation method for live systems
|
%include ../ingredients/live-core.cfg # Installation method for live systems
|
||||||
|
|
||||||
%include ../ingredients/core-storage.cfg # Storage configuration
|
%include ../ingredients/core-storage.cfg # Storage configuration
|
||||||
# %include ../ingredients/live-core-storage.cfg # Basic partition layout for live systems
|
# %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.cfg # Mandatory packages
|
||||||
# %include ../ingredients/core-packages-mandatory-trimming-attempt.cfg # Trimming attempt for the 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-default.cfg # Default but not necessary packages
|
||||||
%include ../ingredients/core-packages-generic.cfg # Make it a generic distribution
|
%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.cfg # Mandatory packages
|
||||||
# %include ../ingredients/core-packages-mandatory-trimming-attempt.cfg # Trimming attempt for the 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-default.cfg # Default but not necessary packages
|
||||||
%include ../ingredients/core-packages-generic.cfg # Make it a generic distribution
|
%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.cfg # Mandatory packages
|
||||||
# %include ../ingredients/core-packages-mandatory-trimming-attempt.cfg # Trimming attempt for the 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-default.cfg # Default but not necessary packages
|
||||||
%include ../ingredients/core-packages-generic.cfg # Make it a generic distribution
|
%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.cfg # Mandatory packages
|
||||||
%include ../ingredients/core-packages-mandatory-trimming-attempt.cfg # Trimming attempt for the 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-default.cfg # Default but not necessary packages
|
||||||
%include ../ingredients/core-packages-generic.cfg # Make it a generic distribution
|
%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.cfg # Mandatory packages
|
||||||
# %include ../ingredients/core-packages-mandatory-trimming-attempt.cfg # Trimming attempt for the 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-default.cfg # Default but not necessary packages
|
||||||
%include ../ingredients/core-packages-generic.cfg # Make it a generic distribution
|
%include ../ingredients/core-packages-generic.cfg # Make it a generic distribution
|
||||||
|
Reference in New Issue
Block a user