Compare commits

...

5 Commits

Author SHA1 Message Date
luz
4a6bc38f5d updated dish 2025-05-04 11:06:40 -05:00
luz
0a7298b95d updated recipes 2025-05-04 11:06:23 -05:00
luz
644aa78f3f add correct bootloader for live sessions 2025-05-04 11:06:13 -05:00
luz
5a31e12e8c add logging 2025-05-04 11:05:42 -05:00
luz
0960fa842d refactoring recipes 2025-05-04 10:54:13 -05:00
19 changed files with 705 additions and 334 deletions

View File

@ -27,7 +27,7 @@ url --mirrorlist="https://mirrors.fedoraproject.org/mirrorlist?repo=fedora-$rele
# X Window System configuration information
xconfig --defaultdesktop=GNOME --startxonboot
# System bootloader configuration
bootloader --location=mbr --timeout=1
bootloader --location=none --timeout=1
# Clear the Master Boot Record
zerombr
# Partition clearing information
@ -38,6 +38,14 @@ part / --size=8576
%post --logfile=/mnt/sysimage/root/post.log
localectl set-keymap ch-fr # Set keymap to `ch-fr`. Alternatively, `us` can be picked.
dnf update -y # Update the system
grub2-mkconfig -o /boot/grub2/grub.cfg # Unsure it is actually useful
%end
%post --logfile=/mnt/sysimage/root/post.log
# Enable livesys services
systemctl enable livesys.service
systemctl enable livesys-late.service
@ -88,6 +96,13 @@ touch /etc/machine-id
%end
%post --logfile=/mnt/sysimage/root/post-live-session.log
# set livesys session type
sed -i 's/^livesys_session=.*/livesys_session="gnome"/' /etc/sysconfig/livesys
%end
%post --nochroot --logfile=/mnt/sysimage/opt/base-initial-setup-gnome.log
truncate -s 0 /mnt/sysimage/usr/share/gnome-initial-setup/vendor.conf # remove content of vendor.conf so that all options are made available
@ -264,24 +279,6 @@ mkdir /mnt/sysimage/var/lib/libvirt/isos # Create a directory to store iso image
%end
%post --nochroot --logfile=/mnt/sysimage/opt/base-hypervisor-intelcpu.log
sed -i 's/\(quiet\)/\1 intel_iommu=on iommu=pt rd.driver.pre=vfio-pci/i' /mnt/sysimage/etc/default/grub # Load kernel modules in GRUB.
echo "options kvm_intel nested=1" >> /mnt/sysimage/etc/modprobe.d/kvm.conf # Add support for nested virtualization on Intel CPUs
%end
%post --nochroot --logfile=/mnt/sysimage/opt/base-hypervisor-intelgpu.log
sed -i 's/\(vfio-pci\)/\1 i915.enable_gvt=1/i' /mnt/sysimage/etc/default/grub # Load kernel modules in grub.
# Load extra kernel modules to enable vfio-mdev on selected hardware
echo "kvmgt" > /mnt/sysimage/etc/modules-load.d/kvmgt.conf # Load specific kernel modules kvmgt and vfio-mdev, for Intel (tm) GVT-g and Nvidia (tm)
echo "vfio-mdev" > /mnt/sysimage/etc/modules-load.d/vfio-mdev.conf # Load specific kernel modules kvmgt and vfio-mdev, for Intel (tm) GVT-g and Nvidia (tm)
%end
%packages --exclude-weakdeps
@anaconda-tools
NetworkManager

View File

@ -38,6 +38,14 @@ part / --size=8576
%post --logfile=/mnt/sysimage/root/post.log
localectl set-keymap ch-fr # Set keymap to `ch-fr`. Alternatively, `us` can be picked.
dnf update -y # Update the system
grub2-mkconfig -o /boot/grub2/grub.cfg # Unsure it is actually useful
%end
%post --logfile=/mnt/sysimage/root/post.log
# Enable livesys services
systemctl enable livesys.service
systemctl enable livesys-late.service
@ -88,7 +96,7 @@ touch /etc/machine-id
%end
%post
%post --logfile=/mnt/sysimage/root/post-live-session.log
# set livesys session type
sed -i 's/^livesys_session=.*/livesys_session="gnome"/' /etc/sysconfig/livesys

View File

@ -25,7 +25,7 @@ timezone Europe/Paris --utc
# Use network installation
url --mirrorlist="https://mirrors.fedoraproject.org/mirrorlist?repo=fedora-$releasever&arch=$basearch"
# System bootloader configuration
bootloader --location=mbr --timeout=1
bootloader --location=none --timeout=1
# Clear the Master Boot Record
zerombr
# Partition clearing information
@ -94,6 +94,13 @@ touch /etc/machine-id
%end
%post --logfile=/mnt/sysimage/root/post-live-session.log
# set livesys session type
sed -i 's/^livesys_session=.*/livesys_session="gnome"/' /etc/sysconfig/livesys
%end
%post --nochroot --logfile=/mnt/sysimage/opt/base-hypervisor.log
# Load kernel modules by adding vfio, vfio_pci, vfio_iommu_type1, vfio_virqfd
@ -129,9 +136,16 @@ mkdir /mnt/sysimage/var/lib/libvirt/isos # Create a directory to store iso image
NetworkManager
NetworkManager-config-connectivity-fedora
aajohan-comfortaa-fonts
alsa-sof-firmware
amd-gpu-firmware
atheros-firmware
audit
b43-fwcutter
b43-openfwwf
basesystem
bash
brcmfmac-firmware
cirrus-audio-firmware
coreutils
curl
dhcp-client
@ -154,13 +168,20 @@ glibc-all-langpacks
guestfs-tools
hostname
initial-setup
intel-audio-firmware
intel-gpu-firmware
intel-vsc-firmware
iproute
iputils
iwlegacy-firmware
iwlwifi-dvm-firmware
iwlwifi-mvm-firmware
kbd
kernel
kernel-modules
kernel-modules-extra
less
libertas-firmware
libguestfs-tools
libusb1
libvirt
@ -168,8 +189,11 @@ libvirt-daemon-config-network
libvirt-daemon-kvm
livesys-scripts
man-db
mt7xxx-firmware
nano
ncurses
nvidia-gpu-firmware
nxpwireless-firmware
openssh-clients
openssh-server
parted
@ -180,6 +204,7 @@ prefixdevname
procps-ng
python3-libguestfs
qemu-kvm
realtek-firmware
rootfiles
rpm
selinux-policy-targeted
@ -190,6 +215,7 @@ sssd-kcm
sudo
systemd
systemd-resolved
tiwilink-firmware
usbutils
util-linux
vim-minimal

View File

@ -94,7 +94,7 @@ touch /etc/machine-id
%end
%post
%post --logfile=/mnt/sysimage/root/post-live-session.log
# set livesys session type
sed -i 's/^livesys_session=.*/livesys_session="gnome"/' /etc/sysconfig/livesys
@ -103,6 +103,8 @@ sed -i 's/^livesys_session=.*/livesys_session="gnome"/' /etc/sysconfig/livesys
%packages --exclude-weakdeps
@anaconda-tools
NetworkManager
NetworkManager-config-connectivity-fedora
aajohan-comfortaa-fonts
audit
basesystem
@ -111,11 +113,15 @@ coreutils
curl
dhcp-client
dnf5
dnf5-plugins
dracut
dracut-config-rescue
dracut-live
e2fsprogs
fedora-remix-logos
filesystem
firewalld
fwupd
generic-logos
generic-release
generic-release-common
@ -131,13 +137,18 @@ kernel
kernel-modules
kernel-modules-extra
less
libusb1
livesys-scripts
man-db
nano
ncurses
openssh-clients
openssh-server
parted
pciutils
plymouth
policycoreutils
prefixdevname
procps-ng
rootfiles
rpm
@ -148,8 +159,12 @@ sssd-common
sssd-kcm
sudo
systemd
systemd-resolved
usbutils
util-linux
vim-minimal
wget2
zram-generator-defaults
-fedora-logos
-fedora-release
-fedora-release-common

View File

@ -26,8 +26,6 @@ services --enabled="NetworkManager,libvirtd"
timezone Europe/Paris --utc
# Use network installation
url --mirrorlist="https://mirrors.fedoraproject.org/mirrorlist?repo=fedora-$releasever&arch=$basearch"
# X Window System configuration information
xconfig --defaultdesktop=GNOME --startxonboot
# System bootloader configuration
bootloader --location=mbr --timeout=1
# Clear the Master Boot Record
@ -47,152 +45,6 @@ grub2-mkconfig -o /boot/grub2/grub.cfg # Unsure it is actually useful
%end
%post --nochroot --logfile=/mnt/sysimage/opt/base-initial-setup-gnome.log
truncate -s 0 /mnt/sysimage/usr/share/gnome-initial-setup/vendor.conf # remove content of vendor.conf so that all options are made available
## Append lines to existing vendor.conf file, so that options are skipped upon reboot
cat >> /mnt/sysimage/usr/share/gnome-initial-setup/vendor.conf<< EOF
[pages]
skip=privacy
[goa]
providers=local-first!
EOF
%end
%post --nochroot --logfile=/mnt/sysimage/opt/base-desktop-gnome.log
# cat >> /mnt/sysimage/usr/share/glib-2.0/schemas/org.gnome.desktop.background.gschema.override<< EOF
# [org.gnome.desktop.background]
# picture-uri='file:///usr/share/backgrounds/elementary/Morskie Oko.jpg'
# EOF
cat >> /mnt/sysimage/usr/share/glib-2.0/schemas/org.gnome.desktop.media-handling.gschema.override<< EOF
[org.gnome.desktop.media-handling]
automount-open=false
autorun-never=true
EOF
cat >> /mnt/sysimage/usr/share/glib-2.0/schemas/org.gnome.Terminal.gschema.override<< EOF
[org.gnome.Terminal.Legacy.Profile]
font='DejaVu Sans Mono 12'
use-system-font=false
audible-bell=false
EOF
cat >> /mnt/sysimage/usr/share/glib-2.0/schemas/org.gnome.desktop.wm.preferences.gschema.override<< EOF
[org.gnome.desktop.wm.preferences]
button-layout=':minimize,maximize,close'
EOF
cat >> /mnt/sysimage/usr/share/glib-2.0/schemas/org.gnome.desktop.a11y.gschema.override<< EOF
[org.gnome.desktop.a11y]
always-show-universal-access-status=true
EOF
cat >> /mnt/sysimage/usr/share/glib-2.0/schemas/org.gnome.desktop.interface.gschema.override<< EOF
[org.gnome.desktop.interface]
enable-animations=false
EOF
cat >> /mnt/sysimage/usr/share/glib-2.0/schemas/org.gnome.desktop.privacy.gschema.override<< EOF
[org.gnome.desktop.privacy]
remove-old-temp-files=true
remember-recent-files=false
remember-app-usage=false
disable-camera=true
disable-microphone=true
disable-sound-output=true
EOF
cat >> /mnt/sysimage/usr/share/glib-2.0/schemas/org.gnome.desktop.search-providers.gschema.override<< EOF
[org.gnome.desktop.search-providers]
disable-external=true
EOF
cat >> /mnt/sysimage/usr/share/glib-2.0/schemas/org.gnome.desktop.notifications.gschema.override<< EOF
[org.gnome.desktop.notifications.application]
enable-sound-alerts=false
EOF
cat >> /mnt/sysimage/usr/share/glib-2.0/schemas/org.gnome.desktop.sound.gschema.override<< EOF
[org.gnome.desktop.sound]
event-sounds=false
EOF
cat >> /mnt/sysimage/usr/share/glib-2.0/schemas/org.gnome.desktop.thumbnailers.gschema.override<< EOF
[org.gnome.desktop.thumbnailers]
disable-all=true
EOF
glib-compile-schemas /mnt/sysimage/usr/share/glib-2.0/schemas/
%end
%post --nochroot --logfile=/mnt/sysimage/opt/base-desktop-gnome-virtual-machine-manager.log
# Create a file to autostart virt-manager
cat > /mnt/sysimage/etc/xdg/autostart/virt-manager.desktop << EOF
[Desktop Entry]
Type=Application
Name=Virtual Machine Manager
Exec=virt-manager
EOF
# Modify the default virt-manager behavior for misc. options
cat >> /mnt/sysimage/usr/share/glib-2.0/schemas/org.virt-manager.virt-manager.gschema.override<< EOF
# Modify the default virt-manager behavior for misc. options
[org.virt-manager.virt-manager]
xmleditor-enabled=true
manager-window-height=600
manager-window-width=200
# Libvirt URIs listed in the manager window
[org.virt-manager.virt-manager.connections]
uris=['qemu:///system', 'qemu:///session']
autoconnect=['qemu:///session']
# Show usage in the domain list
[org.virt-manager.virt-manager.vmlist-fields]
cpu-usage=false
# Settings related to statistics
[org.virt-manager.virt-manager.stats]
update-interval=3
enable-disk-poll=true
enable-memory-poll=true
enable-net-poll=true
# Default behavior for the console
[org.virt-manager.virt-manager.console]
scaling=2
resize-guest=1
autoconnect=false
# Do not show toolbar
[org.virt-manager.virt-manager.details]
show-toolbar=false
# Modify default values for new VMs
[org.virt-manager.virt-manager.new-vm]
storage-format='raw'
cpu-default='host-model'
graphics-type='spice'
# Modify the default virt-manager behavior for confirmation dialogues
[org.virt-manager.virt-manager.confirm]
forcepoweroff=false
removedev=false
unapplied-dev=false
EOF
glib-compile-schemas /mnt/sysimage/usr/share/glib-2.0/schemas/
%end
%post --nochroot --logfile=/mnt/sysimage/opt/base-hypervisor.log
# Load kernel modules by adding vfio, vfio_pci, vfio_iommu_type1, vfio_virqfd
@ -226,13 +78,11 @@ mkdir /mnt/sysimage/var/lib/libvirt/isos # Create a directory to store iso image
%packages --exclude-weakdeps
NetworkManager
NetworkManager-config-connectivity-fedora
NetworkManager-wifi
audit
basesystem
bash
coreutils
curl
dejavu-sans-mono-fonts
dhcp-client
dnf5
dnf5-plugins
@ -241,7 +91,6 @@ dracut-config-rescue
e2fsprogs
fedora-remix-logos
filesystem
firefox
firewalld
fwupd
generic-logos
@ -249,12 +98,9 @@ generic-release
generic-release-common
generic-release-notes
glibc
gnome-backgrounds.noarch
gnome-initial-setup
gnome-shell
gnome-terminal
guestfs-tools
hostname
initial-setup
iproute
iputils
kbd
@ -266,8 +112,6 @@ libvirt
libvirt-daemon-config-network
libvirt-daemon-kvm
man-db
mesa-dri-drivers
mozilla-ublock-origin.noarch
nano
ncurses
openssh-clients
@ -296,16 +140,13 @@ usbutils
util-linux
vim-minimal
virt-install
virt-manager
virt-top
wget2
wpa_supplicant
zram-generator-defaults
-fedora-logos
-fedora-release
-fedora-release-common
-fedora-release-identity-basic
-fedora-release-notes
-gnome-tour
%end

View File

@ -7,7 +7,7 @@
# What ? This kickstart ingredients allows for scripts to be executed after the installations
%post
%post --log=/mnt/sysimage/root/post-live-session.log # Beginning of the post-installation section. Add logging.
# set livesys session type
sed -i 's/^livesys_session=.*/livesys_session="gnome"/' /etc/sysconfig/livesys

View File

@ -5,7 +5,7 @@
# / .___/_/ /_/\__, /_/_/\____/_/ /_/ /_/\___/ \____//____/
# /_/ /____/
# What ? This kickstart file bootstraps a desktop hypervisor configured for AMD (tm) CPUs.
# A recipe for an AMD (tm) CPU-based desktop hypervisor
%include ../ingredients/core.cfg # Text mode for automated installation
# %include ../ingredients/live-core.cfg # Installation method for live systems
@ -36,8 +36,10 @@
%include ../ingredients/core-fedora-repo.cfg # Offical repositories for Fedora
# %include ../ingredients/core-fedora-repo-rawhide.cfg # Offical repositories for Fedora Rawhide
### Pre and post section ###
%include ../ingredients/core-post.cfg # Post configuration script
#%include ../ingredients/live-core-post.cfg # Post configuration script for a live system
### End of pre and post section ###
%include ../ingredients/core-desktop-initial-setup.cfg # OEM setup for GNOME Shell
# %include ../ingredients/core-server-initial-setup.cfg # OEM setup for headless systems
@ -49,4 +51,5 @@
%include ../ingredients/base-hypervisor-amdcpu.cfg # Virtualization configuration for AMD (tm) CPUs
# %include ../ingredients/base-hypervisor-intelcpu.cfg # Virtualization configuration for Intel (tm) CPUs
# %include ../ingredients/base-hypervisor-intelgpu.cfg # Virtualization configuration for Intel (tm) GPUs from 4th to the 9th generation (compatible with vfio-mdev).
# %include ../ingredients/base-hypervisor-intelgpu.cfg # Virtualization configuration for Intel (tm) GPUs from 4th to the 9th generation (compatible with vfio-mdev)
# %include ../ingredients/base-guest-agents.cfg # Guest agents

View File

@ -5,48 +5,76 @@
# / .___/_/ /_/\__, /_/_/\____/_/ /_/ /_/\___/ \____//____/
# /_/ /____/
# What ? This kickstart file bootstraps a desktop hypervisor configured for Intel(tm) CPU and Intel(tm) GPUs compatible with vfio-mdev (pre-Tiger Lake)
# A recipe for an Intel(tm) CPU- and Intel(tm) GPUs-based desktop hypervisor
# vfio-mdev compatible GPUs required. For Intel, it means 5th to 10th generation only
%include ../ingredients/core.cfg # Text mode for automated installation
# %include ../ingredients/live-core.cfg # Installation method for live systems
# Installation method. Exactly one option has to be picked
%include ../ingredients/core.cfg # Text mode
# %include ../ingredients/live-core.cfg # For live systems only
%include ../ingredients/core-storage.cfg # Storage configuration
# %include ../ingredients/live-core-storage.cfg # Basic partition layout for live systems
# Storage configuration. Exactly one option has to be picked
%include ../ingredients/core-storage.cfg # ext4-based storage configuration
# %include ../ingredients/live-core-storage.cfg # For live systems only
%include ../ingredients/core-bootloader-grub.cfg # Set bootloader to GNU GRUB
# %include ../ingredients/core-bootloader-systemd-boot.cfg # Set bootloader to systemd-boot
# Booloader. Exactly one option has to be picked
%include ../ingredients/core-bootloader-grub.cfg # GNU GRUB
# %include ../ingredients/core-bootloader-systemd-boot.cfg # systemd-boot
%include ../ingredients/core-locale.cfg # System locale
# System locale. Exactly one option has to be picked
%include ../ingredients/core-locale.cfg # System locale set to Swiss French as keyboard layout and English as language
# Security mode. Exactly one option has to be picked
%include ../ingredients/core-security-off.cfg # Lock root account, disable firewall and SELinux
# %include ../ingredients/core-security-on.cfg # Lock root account, enable firewall and SELinux
# System services and networking. The two choices are required
%include ../ingredients/core-services.cfg # Required systemd services
%include ../ingredients/core-network.cfg # Network configuration
### Package selection ###
# Mandatory packages. Exactly one option has to be picked
%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
# Mandatory packages to make it a generic distribution. Required
%include ../ingredients/core-packages-generic.cfg # Generic
# Mandatory packages for live edition. Required
# %include ../ingredients/live-core-mandatory-packages.cfg # For live systems
# Other optional packages. Recommended but not stricly required
%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-custom.cfg # Hand-picked packages
%include ../ingredients/core-packages-hardware-support.cfg # Provides extended hardware support
%include ../ingredients/core-packages-hardware-support.cfg # Extended hardware support
### End of Package selection ###
# Repositories. Exactly one option has to be picked
%include ../ingredients/core-fedora-repo.cfg # Offical repositories for Fedora
# %include ../ingredients/core-fedora-repo-rawhide.cfg # Offical repositories for Fedora Rawhide
%include ../ingredients/core-post.cfg # Post configuration script
#%include ../ingredients/live-core-post.cfg # Post configuration script for a live system
### Pre and post section ###
# Scripts launched before the installation. Optionnal. Two options can be picked
# %include ../ingredients/pre.cfg # Triggered just after the kickstart file has been parsed
# %include ../ingredients/pre-install.cfg # Script triggered just after the system storage has been set up
# Scripts launched after the installation. Optionnal.
# %include ../ingredients/phyllomeos/ingredients/core-post-nochroot.cfg # Triggered after the installation no chroot
%include ../ingredients/core-post.cfg # Triggered after the installation
#%include ../ingredients/live-core-post.cfg # Post configuration script for a live system only
### End of pre and post section ###
%include ../ingredients/core-desktop-initial-setup.cfg # OEM setup for GNOME Shell
# %include ../ingredients/core-server-initial-setup.cfg # OEM setup for headless systems
# OEM setup. Exactly one option has to be picked
%include ../ingredients/core-desktop-initial-setup.cfg # For GNOME Shell
# %include ../ingredients/core-server-initial-setup.cfg # For headless systems
# A GNOME Shell-based desktop environment. Optionnal
%include ../ingredients/base-desktop-gnome.cfg # A GNOME Shell-based desktop environment
# Virtualization-related packages. Optionnal
%include ../ingredients/base-desktop-virtual-machine-manager.cfg # Virtual Machine Manager
%include ../ingredients/base-hypervisor.cfg # Base hypervisor
# Virtualization-related options. Optionnal
# %include ../ingredients/base-hypervisor-amdcpu.cfg # Virtualization configuration for AMD (tm) CPUs
%include ../ingredients/base-hypervisor-intelcpu.cfg # Virtualization configuration for Intel (tm) CPUs
%include ../ingredients/base-hypervisor-intelgpu.cfg # Virtualization configuration for Intel (tm) GPUs from 4th to the 9th generation (compatible with vfio-mdev).
%include ../ingredients/base-hypervisor-intelgpu.cfg # Virtualization configuration for Intel (tm) GPUs from 4th to the 9th generation (compatible with vfio-mdev)
# %include ../ingredients/base-guest-agents.cfg # Guest agents

View File

@ -5,48 +5,75 @@
# / .___/_/ /_/\__, /_/_/\____/_/ /_/ /_/\___/ \____//____/
# /_/ /____/
# What ? This kickstart file bootstraps a desktop hypervisor configured for Intel(tm) CPUs
# A recipe for an Intel(tm)-based desktop hypervisor
%include ../ingredients/core.cfg # Text mode for automated installation
# %include ../ingredients/live-core.cfg # Installation method for live systems
# Installation method. Exactly one option has to be picked
%include ../ingredients/core.cfg # Text mode
# %include ../ingredients/live-core.cfg # For live systems only
%include ../ingredients/core-storage.cfg # Storage configuration
# %include ../ingredients/live-core-storage.cfg # Basic partition layout for live systems
# Storage configuration. Exactly one option has to be picked
%include ../ingredients/core-storage.cfg # ext4-based storage configuration
# %include ../ingredients/live-core-storage.cfg # For live systems only
%include ../ingredients/core-bootloader-grub.cfg # Set bootloader to GNU GRUB
# %include ../ingredients/core-bootloader-systemd-boot.cfg # Set bootloader to systemd-boot
# Booloader. Exactly one option has to be picked
%include ../ingredients/core-bootloader-grub.cfg # GNU GRUB
# %include ../ingredients/core-bootloader-systemd-boot.cfg # systemd-boot
%include ../ingredients/core-locale.cfg # System locale
# System locale. Exactly one option has to be picked
%include ../ingredients/core-locale.cfg # System locale set to Swiss French as keyboard layout and English as language
# Security mode. Exactly one option has to be picked
%include ../ingredients/core-security-off.cfg # Lock root account, disable firewall and SELinux
# %include ../ingredients/core-security-on.cfg # Lock root account, enable firewall and SELinux
# System services and networking. The two choices are required
%include ../ingredients/core-services.cfg # Required systemd services
%include ../ingredients/core-network.cfg # Network configuration
### Package selection ###
# Mandatory packages. Exactly one option has to be picked
%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
# Mandatory packages to make it a generic distribution. Required
%include ../ingredients/core-packages-generic.cfg # Generic
# Mandatory packages for live edition. Required
# %include ../ingredients/live-core-mandatory-packages.cfg # For live systems
# Other optional packages. Recommended but not stricly required
%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-custom.cfg # Hand-picked packages
%include ../ingredients/core-packages-hardware-support.cfg # Provides extended hardware support
%include ../ingredients/core-packages-hardware-support.cfg # Extended hardware support
### End of Package selection ###
# Repositories. Exactly one option has to be picked
%include ../ingredients/core-fedora-repo.cfg # Offical repositories for Fedora
# %include ../ingredients/core-fedora-repo-rawhide.cfg # Offical repositories for Fedora Rawhide
%include ../ingredients/core-post.cfg # Post configuration script
#%include ../ingredients/live-core-post.cfg # Post configuration script for a live system
### Pre and post section ###
# Scripts launched before the installation. Optionnal. Two options can be picked
# %include ../ingredients/pre.cfg # Triggered just after the kickstart file has been parsed
# %include ../ingredients/pre-install.cfg # Script triggered just after the system storage has been set up
# Scripts launched after the installation. Optionnal.
# %include ../ingredients/phyllomeos/ingredients/core-post-nochroot.cfg # Triggered after the installation no chroot
%include ../ingredients/core-post.cfg # Triggered after the installation
#%include ../ingredients/live-core-post.cfg # Post configuration script for a live system only
### End of pre and post section ###
%include ../ingredients/core-desktop-initial-setup.cfg # OEM setup for GNOME Shell
# %include ../ingredients/core-server-initial-setup.cfg # OEM setup for headless systems
# OEM setup. Exactly one option has to be picked
%include ../ingredients/core-desktop-initial-setup.cfg # For GNOME Shell
# %include ../ingredients/core-server-initial-setup.cfg # For headless systems
# A GNOME Shell-based desktop environment. Optionnal
%include ../ingredients/base-desktop-gnome.cfg # A GNOME Shell-based desktop environment
# Virtualization-related packages. Optionnal
%include ../ingredients/base-desktop-virtual-machine-manager.cfg # Virtual Machine Manager
%include ../ingredients/base-hypervisor.cfg # Base hypervisor
# Virtualization-related options. Optionnal
# %include ../ingredients/base-hypervisor-amdcpu.cfg # Virtualization configuration for AMD (tm) CPUs
%include ../ingredients/base-hypervisor-intelcpu.cfg # Virtualization configuration for Intel (tm) CPUs
# %include ../ingredients/base-hypervisor-intelgpu.cfg # Virtualization configuration for Intel (tm) GPUs from 4th to the 9th generation (compatible with vfio-mdev).
# %include ../ingredients/base-hypervisor-intelgpu.cfg # Virtualization configuration for Intel (tm) GPUs from 4th to the 9th generation (compatible with vfio-mdev)
# %include ../ingredients/base-guest-agents.cfg # Guest agents

View File

@ -5,48 +5,75 @@
# / .___/_/ /_/\__, /_/_/\____/_/ /_/ /_/\___/ \____//____/
# /_/ /____/
# What ? This kickstart file bootstraps a desktop hypervisor
# A recipe for a desktop hypervisor
%include ../ingredients/core.cfg # Text mode for automated installation
# %include ../ingredients/live-core.cfg # Installation method for live systems
# Installation method. Exactly one option has to be picked
%include ../ingredients/core.cfg # Text mode
# %include ../ingredients/live-core.cfg # For live systems only
%include ../ingredients/core-storage.cfg # Storage configuration
# %include ../ingredients/live-core-storage.cfg # Basic partition layout for live systems
# Storage configuration. Exactly one option has to be picked
%include ../ingredients/core-storage.cfg # ext4-based storage configuration
# %include ../ingredients/live-core-storage.cfg # For live systems only
%include ../ingredients/core-bootloader-grub.cfg # Set bootloader to GNU GRUB
# %include ../ingredients/core-bootloader-systemd-boot.cfg # Set bootloader to systemd-boot
# Booloader. Exactly one option has to be picked
%include ../ingredients/core-bootloader-grub.cfg # GNU GRUB
# %include ../ingredients/core-bootloader-systemd-boot.cfg # systemd-boot
%include ../ingredients/core-locale.cfg # System locale
# System locale. Exactly one option has to be picked
%include ../ingredients/core-locale.cfg # System locale set to Swiss French as keyboard layout and English as language
# Security mode. Exactly one option has to be picked
%include ../ingredients/core-security-off.cfg # Lock root account, disable firewall and SELinux
# %include ../ingredients/core-security-on.cfg # Lock root account, enable firewall and SELinux
# System services and networking. The two choices are required
%include ../ingredients/core-services.cfg # Required systemd services
%include ../ingredients/core-network.cfg # Network configuration
### Package selection ###
# Mandatory packages. Exactly one option has to be picked
%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
# Mandatory packages to make it a generic distribution. Required
%include ../ingredients/core-packages-generic.cfg # Generic
# Mandatory packages for live edition. Required
# %include ../ingredients/live-core-mandatory-packages.cfg # For live systems
# Other optional packages. Recommended but not stricly required
%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-custom.cfg # Hand-picked packages
%include ../ingredients/core-packages-hardware-support.cfg # Provides extended hardware support
%include ../ingredients/core-packages-hardware-support.cfg # Extended hardware support
### End of Package selection ###
# Repositories. Exactly one option has to be picked
%include ../ingredients/core-fedora-repo.cfg # Offical repositories for Fedora
# %include ../ingredients/core-fedora-repo-rawhide.cfg # Offical repositories for Fedora Rawhide
%include ../ingredients/core-post.cfg # Post configuration script
#%include ../ingredients/live-core-post.cfg # Post configuration script for a live system
### Pre and post section ###
# Scripts launched before the installation. Optionnal. Two options can be picked
# %include ../ingredients/pre.cfg # Triggered just after the kickstart file has been parsed
# %include ../ingredients/pre-install.cfg # Script triggered just after the system storage has been set up
# Scripts launched after the installation. Optionnal.
# %include ../ingredients/phyllomeos/ingredients/core-post-nochroot.cfg # Triggered after the installation no chroot
%include ../ingredients/core-post.cfg # Triggered after the installation
#%include ../ingredients/live-core-post.cfg # Post configuration script for a live system only
### End of pre and post section ###
%include ../ingredients/core-desktop-initial-setup.cfg # OEM setup for GNOME Shell
# %include ../ingredients/core-server-initial-setup.cfg # OEM setup for headless systems
# OEM setup. Exactly one option has to be picked
%include ../ingredients/core-desktop-initial-setup.cfg # For GNOME Shell
# %include ../ingredients/core-server-initial-setup.cfg # For headless systems
# A GNOME Shell-based desktop environment. Optionnal
%include ../ingredients/base-desktop-gnome.cfg # A GNOME Shell-based desktop environment
# Virtualization-related packages. Optionnal
%include ../ingredients/base-desktop-virtual-machine-manager.cfg # Virtual Machine Manager
%include ../ingredients/base-hypervisor.cfg # Base hypervisor
# Virtualization-related options. Optionnal
# %include ../ingredients/base-hypervisor-amdcpu.cfg # Virtualization configuration for AMD (tm) CPUs
# %include ../ingredients/base-hypervisor-intelcpu.cfg # Virtualization configuration for Intel (tm) CPUs
# %include ../ingredients/base-hypervisor-intelgpu.cfg # Virtualization configuration for Intel (tm) GPUs from 4th to the 9th generation (compatible with vfio-mdev).
# %include ../ingredients/base-hypervisor-intelgpu.cfg # Virtualization configuration for Intel (tm) GPUs from 4th to the 9th generation (compatible with vfio-mdev)
# %include ../ingredients/base-guest-agents.cfg # Guest agents

View File

@ -5,48 +5,77 @@
# / .___/_/ /_/\__, /_/_/\____/_/ /_/ /_/\___/ \____//____/
# /_/ /____/
# What ? This kickstart file bootstraps a desktop hypervisor.
# A recipe for a live desktop hypervisor
# %include ../ingredients/core.cfg # Text mode for automated installation
%include ../ingredients/live-core.cfg # Installation method for live systems
# Installation method. Exactly one option has to be picked
# %include ../ingredients/core.cfg # Text mode
%include ../ingredients/live-core.cfg # For live systems only
# %include ../ingredients/core-storage.cfg # Storage configuration
%include ../ingredients/live-core-storage.cfg # Basic partition layout for live systems
# Storage configuration. Exactly one option has to be picked
# %include ../ingredients/core-storage.cfg # ext4-based storage configuration
%include ../ingredients/live-core-storage.cfg # For live systems only
%include ../ingredients/core-bootloader-grub.cfg # Set bootloader to GNU GRUB
# %include ../ingredients/core-bootloader-systemd-boot.cfg # Set bootloader to systemd-boot
# Booloader. Exactly one option has to be picked
# %include ../ingredients/core-bootloader-grub.cfg # GNU GRUB
# %include ../ingredients/core-bootloader-systemd-boot.cfg # systemd-boot
%include ../ingredients/live-core-bootloader-grub.cfg # GNU GRUB for live systems
%include ../ingredients/core-locale.cfg # System locale
# System locale. Exactly one option has to be picked
%include ../ingredients/core-locale.cfg # System locale set to Swiss French as keyboard layout and English as language
# Security mode. Exactly one option has to be picked
%include ../ingredients/core-security-off.cfg # Lock root account, disable firewall and SELinux
# %include ../ingredients/core-security-on.cfg # Lock root account, enable firewall and SELinux
# System services and networking. The two choices are required
%include ../ingredients/core-services.cfg # Required systemd services
%include ../ingredients/core-network.cfg # Network configuration
### Package selection ###
# Mandatory packages. Exactly one option has to be picked
%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
# Mandatory packages to make it a generic distribution. Required
%include ../ingredients/core-packages-generic.cfg # Generic
# Mandatory packages for live edition. Required
%include ../ingredients/live-core-mandatory-packages.cfg # For live systems
# Other optional packages. Recommended but not stricly required
%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-custom.cfg # Hand-picked packages
%include ../ingredients/core-packages-hardware-support.cfg # Provides extended hardware support
%include ../ingredients/core-packages-hardware-support.cfg # Extended hardware support
### End of Package selection ###
# Repositories. Exactly one option has to be picked
%include ../ingredients/core-fedora-repo.cfg # Offical repositories for Fedora
# %include ../ingredients/core-fedora-repo-rawhide.cfg # Offical repositories for Fedora Rawhide
# %include ../ingredients/core-post.cfg # Post configuration script
%include ../ingredients/live-core-post.cfg # Post configuration script for a live system
### Pre and post section ###
# Scripts launched before the installation. Optionnal. Two options can be picked
# %include ../ingredients/pre.cfg # Triggered just after the kickstart file has been parsed
# %include ../ingredients/pre-install.cfg # Script triggered just after the system storage has been set up
# Scripts launched after the installation. Optionnal.
# %include ../ingredients/phyllomeos/ingredients/core-post-nochroot.cfg # Triggered after the installation no chroot
%include ../ingredients/core-post.cfg # Triggered after the installation
%include ../ingredients/live-core-post.cfg # Post configuration script for a live system only
%include ../ingredients/live-core-post-live-session.cfg # Live session script
### End of pre and post section ###
%include ../ingredients/core-desktop-initial-setup.cfg # OEM setup for GNOME Shell
# %include ../ingredients/core-server-initial-setup.cfg # OEM setup for headless systems
# OEM setup. Exactly one option has to be picked
%include ../ingredients/core-desktop-initial-setup.cfg # For GNOME Shell
# %include ../ingredients/core-server-initial-setup.cfg # For headless systems
# A GNOME Shell-based desktop environment. Optionnal
%include ../ingredients/base-desktop-gnome.cfg # A GNOME Shell-based desktop environment
# Virtualization-related packages. Optionnal
%include ../ingredients/base-desktop-virtual-machine-manager.cfg # Virtual Machine Manager
%include ../ingredients/base-hypervisor.cfg # Base hypervisor
# Virtualization-related options. Optionnal
# %include ../ingredients/base-hypervisor-amdcpu.cfg # Virtualization configuration for AMD (tm) CPUs
%include ../ingredients/base-hypervisor-intelcpu.cfg # Virtualization configuration for Intel (tm) CPUs
%include ../ingredients/base-hypervisor-intelgpu.cfg # Virtualization configuration for Intel (tm) GPUs from 4th to the 9th generation (compatible with vfio-mdev).
# %include ../ingredients/base-hypervisor-intelcpu.cfg # Virtualization configuration for Intel (tm) CPUs
# %include ../ingredients/base-hypervisor-intelgpu.cfg # Virtualization configuration for Intel (tm) GPUs from 4th to the 9th generation (compatible with vfio-mdev)
# %include ../ingredients/base-guest-agents.cfg # Guest agents

View File

@ -5,50 +5,77 @@
# / .___/_/ /_/\__, /_/_/\____/_/ /_/ /_/\___/ \____//____/
# /_/ /____/
# What ? This kickstart file bootstraps a desktop hypervisor.
# A recipe for a live desktop
# %include ../ingredients/core.cfg # Text mode for automated installation
%include ../ingredients/live-core.cfg # Installation method for live systems
# Installation method. Exactly one option has to be picked
# %include ../ingredients/core.cfg # Text mode
%include ../ingredients/live-core.cfg # For live systems only
# %include ../ingredients/core-storage.cfg # Storage configuration
%include ../ingredients/live-core-storage.cfg # Basic partition layout for live systems
# Storage configuration. Exactly one option has to be picked
# %include ../ingredients/core-storage.cfg # ext4-based storage configuration
%include ../ingredients/live-core-storage.cfg # For live systems only
# %include ../ingredients/core-bootloader-grub.cfg # Set bootloader to GNU GRUB
# %include ../ingredients/core-bootloader-systemd-boot.cfg # Set bootloader to systemd-boot
%include ../ingredients/live-core-bootloader-grub.cfg # Bootloader configuration for live systems
# Booloader. Exactly one option has to be picked
# %include ../ingredients/core-bootloader-grub.cfg # GNU GRUB
# %include ../ingredients/core-bootloader-systemd-boot.cfg # systemd-boot
%include ../ingredients/live-core-bootloader-grub.cfg # GNU GRUB for live systems
%include ../ingredients/core-locale.cfg # System locale
# System locale. Exactly one option has to be picked
%include ../ingredients/core-locale.cfg # System locale set to Swiss French as keyboard layout and English as language
# Security mode. Exactly one option has to be picked
%include ../ingredients/core-security-off.cfg # Lock root account, disable firewall and SELinux
# %include ../ingredients/core-security-on.cfg # Lock root account, enable firewall and SELinux
# System services and networking. The two choices are required
%include ../ingredients/core-services.cfg # Required systemd services
%include ../ingredients/core-network.cfg # Network configuration
### Package selection ###
# Mandatory packages. Exactly one option has to be picked
%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
# Mandatory packages to make it a generic distribution. Required
%include ../ingredients/core-packages-generic.cfg # Generic
# Mandatory packages for live edition. Required
%include ../ingredients/live-core-mandatory-packages.cfg # For live systems
# Other optional packages. Recommended but not stricly required
%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-custom.cfg # Hand-picked packages
%include ../ingredients/core-packages-hardware-support.cfg # Provides extended hardware support
%include ../ingredients/core-packages-hardware-support.cfg # Extended hardware support
### End of Package selection ###
# Repositories. Exactly one option has to be picked
%include ../ingredients/core-fedora-repo.cfg # Offical repositories for Fedora
# %include ../ingredients/core-fedora-repo-rawhide.cfg # Offical repositories for Fedora Rawhide
# %include ../ingredients/core-post.cfg # Post configuration script
%include ../ingredients/live-core-post.cfg # Post configuration script for a live system
%include ../ingredients/live-core-post-live-session.cfg # Quirk. Post configuration script for a live system
### Pre and post section ###
# Scripts launched before the installation. Optionnal. Two options can be picked
# %include ../ingredients/pre.cfg # Triggered just after the kickstart file has been parsed
# %include ../ingredients/pre-install.cfg # Script triggered just after the system storage has been set up
# Scripts launched after the installation. Optionnal.
# %include ../ingredients/phyllomeos/ingredients/core-post-nochroot.cfg # Triggered after the installation no chroot
%include ../ingredients/core-post.cfg # Triggered after the installation
%include ../ingredients/live-core-post.cfg # Post configuration script for a live system only
%include ../ingredients/live-core-post-live-session.cfg # Live session script
### End of pre and post section ###
%include ../ingredients/core-desktop-initial-setup.cfg # OEM setup for GNOME Shell
# %include ../ingredients/core-server-initial-setup.cfg # OEM setup for headless systems
# OEM setup. Exactly one option has to be picked
%include ../ingredients/core-desktop-initial-setup.cfg # For GNOME Shell
# %include ../ingredients/core-server-initial-setup.cfg # For headless systems
# A GNOME Shell-based desktop environment. Optionnal
%include ../ingredients/base-desktop-gnome.cfg # A GNOME Shell-based desktop environment
# Virtualization-related packages. Optionnal
# %include ../ingredients/base-desktop-virtual-machine-manager.cfg # Virtual Machine Manager
# %include ../ingredients/base-hypervisor.cfg # Base hypervisor
# Virtualization-related options. Optionnal
# %include ../ingredients/base-hypervisor-amdcpu.cfg # Virtualization configuration for AMD (tm) CPUs
# %include ../ingredients/base-hypervisor-intelcpu.cfg # Virtualization configuration for Intel (tm) CPUs
# %include ../ingredients/base-hypervisor-intelgpu.cfg # Virtualization configuration for Intel (tm) GPUs from 4th to the 9th generation (compatible with vfio-mdev).
# %include ../ingredients/base-hypervisor-intelgpu.cfg # Virtualization configuration for Intel (tm) GPUs from 4th to the 9th generation (compatible with vfio-mdev)
# %include ../ingredients/base-guest-agents.cfg # Guest agents

View File

@ -0,0 +1,81 @@
# __ ____ ____ _____
# ____ / /_ __ __/ / /___ ____ ___ ___ / __ \/ ___/
# / __ \/ __ \/ / / / / / __ \/ __ `__ \/ _ \ / / / /\__ \
# / /_/ / / / / /_/ / / / /_/ / / / / / / __/ / /_/ /___/ /
# / .___/_/ /_/\__, /_/_/\____/_/ /_/ /_/\___/ \____//____/
# /_/ /____/
# A recipe for a live server hypervisor
# Installation method. Exactly one option has to be picked
# %include ../ingredients/core.cfg # Text mode
%include ../ingredients/live-core.cfg # For live systems only
# Storage configuration. Exactly one option has to be picked
# %include ../ingredients/core-storage.cfg # ext4-based storage configuration
%include ../ingredients/live-core-storage.cfg # For live systems only
# Booloader. Exactly one option has to be picked
# %include ../ingredients/core-bootloader-grub.cfg # GNU GRUB
# %include ../ingredients/core-bootloader-systemd-boot.cfg # systemd-boot
%include ../ingredients/live-core-bootloader-grub.cfg # GNU GRUB for live systems
# System locale. Exactly one option has to be picked
%include ../ingredients/core-locale.cfg # System locale set to Swiss French as keyboard layout and English as language
# Security mode. Exactly one option has to be picked
%include ../ingredients/core-security-off.cfg # Lock root account, disable firewall and SELinux
# %include ../ingredients/core-security-on.cfg # Lock root account, enable firewall and SELinux
# System services and networking. The two choices are required
%include ../ingredients/core-services.cfg # Required systemd services
%include ../ingredients/core-network.cfg # Network configuration
### Package selection ###
# Mandatory packages. Exactly one option has to be picked
%include ../ingredients/core-packages-mandatory.cfg # Mandatory packages
# %include ../ingredients/core-packages-mandatory-trimming-attempt.cfg # Trimming attempt for the mandatory packages
# Mandatory packages to make it a generic distribution. Required
%include ../ingredients/core-packages-generic.cfg # Generic
# Mandatory packages for live edition. Required
%include ../ingredients/live-core-mandatory-packages.cfg # For live systems
# Other optional packages. Recommended but not stricly required
%include ../ingredients/core-packages-default.cfg # Default but not necessary packages
%include ../ingredients/core-packages-custom.cfg # Hand-picked packages
%include ../ingredients/core-packages-hardware-support.cfg # Extended hardware support
### End of Package selection ###
# Repositories. Exactly one option has to be picked
%include ../ingredients/core-fedora-repo.cfg # Offical repositories for Fedora
# %include ../ingredients/core-fedora-repo-rawhide.cfg # Offical repositories for Fedora Rawhide
### Pre and post section ###
# Scripts launched before the installation. Optionnal. Two options can be picked
# %include ../ingredients/pre.cfg # Triggered just after the kickstart file has been parsed
# %include ../ingredients/pre-install.cfg # Script triggered just after the system storage has been set up
# Scripts launched after the installation. Optionnal.
# %include ../ingredients/phyllomeos/ingredients/core-post-nochroot.cfg # Triggered after the installation no chroot
%include ../ingredients/core-post.cfg # Triggered after the installation
%include ../ingredients/live-core-post.cfg # Post configuration script for a live system only
%include ../ingredients/live-core-post-live-session.cfg # Live session script
### End of pre and post section ###
# OEM setup. Exactly one option has to be picked
# %include ../ingredients/core-desktop-initial-setup.cfg # For GNOME Shell
%include ../ingredients/core-server-initial-setup.cfg # For headless systems
# A GNOME Shell-based desktop environment. Optionnal
# %include ../ingredients/base-desktop-gnome.cfg # A GNOME Shell-based desktop environment
# Virtualization-related packages. Optionnal
# %include ../ingredients/base-desktop-virtual-machine-manager.cfg # Virtual Machine Manager
%include ../ingredients/base-hypervisor.cfg # Base hypervisor
# Virtualization-related options. Optionnal
# %include ../ingredients/base-hypervisor-amdcpu.cfg # Virtualization configuration for AMD (tm) CPUs
# %include ../ingredients/base-hypervisor-intelcpu.cfg # Virtualization configuration for Intel (tm) CPUs
# %include ../ingredients/base-hypervisor-intelgpu.cfg # Virtualization configuration for Intel (tm) GPUs from 4th to the 9th generation (compatible with vfio-mdev)
# %include ../ingredients/base-guest-agents.cfg # Guest agents

81
recipes/live-server.cfg Normal file
View File

@ -0,0 +1,81 @@
# __ ____ ____ _____
# ____ / /_ __ __/ / /___ ____ ___ ___ / __ \/ ___/
# / __ \/ __ \/ / / / / / __ \/ __ `__ \/ _ \ / / / /\__ \
# / /_/ / / / / /_/ / / / /_/ / / / / / / __/ / /_/ /___/ /
# / .___/_/ /_/\__, /_/_/\____/_/ /_/ /_/\___/ \____//____/
# /_/ /____/
# A recipe for a live server
# Installation method. Exactly one option has to be picked
# %include ../ingredients/core.cfg # Text mode
%include ../ingredients/live-core.cfg # For live systems only
# Storage configuration. Exactly one option has to be picked
# %include ../ingredients/core-storage.cfg # ext4-based storage configuration
%include ../ingredients/live-core-storage.cfg # For live systems only
# Booloader. Exactly one option has to be picked
# %include ../ingredients/core-bootloader-grub.cfg # GNU GRUB
# %include ../ingredients/core-bootloader-systemd-boot.cfg # systemd-boot
%include ../ingredients/live-core-bootloader-grub.cfg # GNU GRUB for live systems
# System locale. Exactly one option has to be picked
%include ../ingredients/core-locale.cfg # System locale set to Swiss French as keyboard layout and English as language
# Security mode. Exactly one option has to be picked
%include ../ingredients/core-security-off.cfg # Lock root account, disable firewall and SELinux
# %include ../ingredients/core-security-on.cfg # Lock root account, enable firewall and SELinux
# System services and networking. The two choices are required
%include ../ingredients/core-services.cfg # Required systemd services
%include ../ingredients/core-network.cfg # Network configuration
### Package selection ###
# Mandatory packages. Exactly one option has to be picked
%include ../ingredients/core-packages-mandatory.cfg # Mandatory packages
# %include ../ingredients/core-packages-mandatory-trimming-attempt.cfg # Trimming attempt for the mandatory packages
# Mandatory packages to make it a generic distribution. Required
%include ../ingredients/core-packages-generic.cfg # Generic
# Mandatory packages for live edition. Required
%include ../ingredients/live-core-mandatory-packages.cfg # For live systems
# Other optional packages. Recommended but not stricly required
%include ../ingredients/core-packages-default.cfg # Default but not necessary packages
%include ../ingredients/core-packages-custom.cfg # Hand-picked packages
# %include ../ingredients/core-packages-hardware-support.cfg # Extended hardware support
### End of Package selection ###
# Repositories. Exactly one option has to be picked
%include ../ingredients/core-fedora-repo.cfg # Offical repositories for Fedora
# %include ../ingredients/core-fedora-repo-rawhide.cfg # Offical repositories for Fedora Rawhide
### Pre and post section ###
# Scripts launched before the installation. Optionnal. Two options can be picked
# %include ../ingredients/pre.cfg # Triggered just after the kickstart file has been parsed
# %include ../ingredients/pre-install.cfg # Script triggered just after the system storage has been set up
# Scripts launched after the installation. Optionnal.
# %include ../ingredients/phyllomeos/ingredients/core-post-nochroot.cfg # Triggered after the installation no chroot
%include ../ingredients/core-post.cfg # Triggered after the installation
%include ../ingredients/live-core-post.cfg # Post configuration script for a live system only
%include ../ingredients/live-core-post-live-session.cfg # Live session script
### End of pre and post section ###
# OEM setup. Exactly one option has to be picked
# %include ../ingredients/core-desktop-initial-setup.cfg # For GNOME Shell
%include ../ingredients/core-server-initial-setup.cfg # For headless systems
# A GNOME Shell-based desktop environment. Optionnal
# %include ../ingredients/base-desktop-gnome.cfg # A GNOME Shell-based desktop environment
# Virtualization-related packages. Optionnal
# %include ../ingredients/base-desktop-virtual-machine-manager.cfg # Virtual Machine Manager
# %include ../ingredients/base-hypervisor.cfg # Base hypervisor
# Virtualization-related options. Optionnal
# %include ../ingredients/base-hypervisor-amdcpu.cfg # Virtualization configuration for AMD (tm) CPUs
# %include ../ingredients/base-hypervisor-intelcpu.cfg # Virtualization configuration for Intel (tm) CPUs
# %include ../ingredients/base-hypervisor-intelgpu.cfg # Virtualization configuration for Intel (tm) GPUs from 4th to the 9th generation (compatible with vfio-mdev)
# %include ../ingredients/base-guest-agents.cfg # Guest agents

View File

@ -5,50 +5,75 @@
# / .___/_/ /_/\__, /_/_/\____/_/ /_/ /_/\___/ \____//____/
# /_/ /____/
# What ? This kickstart file bootstraps a desktop hypervisor meant to be installed inside a virtual machine.
# A recipe for virtual desktop hypervisor
%include ../ingredients/core.cfg # Text mode for automated installation
# %include ../ingredients/live-core.cfg # Installation method for live systems
# Installation method. Exactly one option has to be picked
%include ../ingredients/core.cfg # Text mode
# %include ../ingredients/live-core.cfg # For live systems only
%include ../ingredients/core-storage.cfg # Storage configuration
# %include ../ingredients/live-core-storage.cfg # Basic partition layout for live systems
# Storage configuration. Exactly one option has to be picked
%include ../ingredients/core-storage.cfg # ext4-based storage configuration
# %include ../ingredients/live-core-storage.cfg # For live systems only
%include ../ingredients/core-bootloader-grub.cfg # Set bootloader to GNU GRUB
# %include ../ingredients/core-bootloader-systemd-boot.cfg # Set bootloader to systemd-boot
# Booloader. Exactly one option has to be picked
%include ../ingredients/core-bootloader-grub.cfg # GNU GRUB
# %include ../ingredients/core-bootloader-systemd-boot.cfg # systemd-boot
%include ../ingredients/core-locale.cfg # System locale
# System locale. Exactly one option has to be picked
%include ../ingredients/core-locale.cfg # System locale set to Swiss French as keyboard layout and English as language
# Security mode. Exactly one option has to be picked
%include ../ingredients/core-security-off.cfg # Lock root account, disable firewall and SELinux
# %include ../ingredients/core-security-on.cfg # Lock root account, enable firewall and SELinux
# System services and networking. The two choices are required
%include ../ingredients/core-services.cfg # Required systemd services
%include ../ingredients/core-network.cfg # Network configuration
### Package selection ###
# Mandatory packages. Exactly one option has to be picked
%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
# Mandatory packages to make it a generic distribution. Required
%include ../ingredients/core-packages-generic.cfg # Generic
# Mandatory packages for live edition. Required
# %include ../ingredients/live-core-mandatory-packages.cfg # For live systems
# Other optional packages. Recommended but not stricly required
%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-custom.cfg # Hand-picked packages
# %include ../ingredients/core-packages-hardware-support.cfg # Provides extended hardware support
# %include ../ingredients/core-packages-hardware-support.cfg # Extended hardware support
### End of Package selection ###
# Repositories. Exactly one option has to be picked
%include ../ingredients/core-fedora-repo.cfg # Offical repositories for Fedora
# %include ../ingredients/core-fedora-repo-rawhide.cfg # Offical repositories for Fedora Rawhide
%include ../ingredients/core-post.cfg # Post configuration script
#%include ../ingredients/live-core-post.cfg # Post configuration script for a live system
### Pre and post section ###
# Scripts launched before the installation. Optionnal. Two options can be picked
# %include ../ingredients/pre.cfg # Triggered just after the kickstart file has been parsed
# %include ../ingredients/pre-install.cfg # Script triggered just after the system storage has been set up
# Scripts launched after the installation. Optionnal.
# %include ../ingredients/phyllomeos/ingredients/core-post-nochroot.cfg # Triggered after the installation no chroot
%include ../ingredients/core-post.cfg # Triggered after the installation
#%include ../ingredients/live-core-post.cfg # Post configuration script for a live system only
### End of pre and post section ###
%include ../ingredients/core-desktop-initial-setup.cfg # OEM setup for GNOME Shell
# %include ../ingredients/core-server-initial-setup.cfg # OEM setup for headless systems
# OEM setup. Exactly one option has to be picked
%include ../ingredients/core-desktop-initial-setup.cfg # For GNOME Shell
# %include ../ingredients/core-server-initial-setup.cfg # For headless systems
# A GNOME Shell-based desktop environment. Optionnal
%include ../ingredients/base-desktop-gnome.cfg # A GNOME Shell-based desktop environment
# Virtualization-related packages. Optionnal
%include ../ingredients/base-desktop-virtual-machine-manager.cfg # Virtual Machine Manager
%include ../ingredients/base-hypervisor.cfg # Base hypervisor
# Virtualization-related options. Optionnal
# %include ../ingredients/base-hypervisor-amdcpu.cfg # Virtualization configuration for AMD (tm) CPUs
# %include ../ingredients/base-hypervisor-intelcpu.cfg # Virtualization configuration for Intel (tm) CPUs
# %include ../ingredients/base-hypervisor-intelgpu.cfg # Virtualization configuration for Intel (tm) GPUs from 4th to the 9th generation (compatible with vfio-mdev)
%include ../ingredients/base-guest-agents.cfg # Guest agents
%include ../ingredients/base-guest-agents.cfg # Guest agents

View File

@ -5,50 +5,75 @@
# / .___/_/ /_/\__, /_/_/\____/_/ /_/ /_/\___/ \____//____/
# /_/ /____/
# What ? This kickstart file bootstraps a desktop machine using GNOME Shell meant to be used as a virtual machine.
# A recipe for a virtual desktop
%include ../ingredients/core.cfg # Text mode for automated installation
# %include ../ingredients/live-core.cfg # Installation method for live systems
# Installation method. Exactly one option has to be picked
%include ../ingredients/core.cfg # Text mode
# %include ../ingredients/live-core.cfg # For live systems only
%include ../ingredients/core-storage.cfg # Storage configuration
# %include ../ingredients/live-core-storage.cfg # Basic partition layout for live systems
# Storage configuration. Exactly one option has to be picked
%include ../ingredients/core-storage.cfg # ext4-based storage configuration
# %include ../ingredients/live-core-storage.cfg # For live systems only
%include ../ingredients/core-bootloader-grub.cfg # Set bootloader to GNU GRUB
# %include ../ingredients/core-bootloader-systemd-boot.cfg # Set bootloader to systemd-boot
# Booloader. Exactly one option has to be picked
%include ../ingredients/core-bootloader-grub.cfg # GNU GRUB
# %include ../ingredients/core-bootloader-systemd-boot.cfg # systemd-boot
%include ../ingredients/core-locale.cfg # System locale
# System locale. Exactly one option has to be picked
%include ../ingredients/core-locale.cfg # System locale set to Swiss French as keyboard layout and English as language
# Security mode. Exactly one option has to be picked
%include ../ingredients/core-security-off.cfg # Lock root account, disable firewall and SELinux
# %include ../ingredients/core-security-on.cfg # Lock root account, enable firewall and SELinux
# System services and networking. The two choices are required
%include ../ingredients/core-services.cfg # Required systemd services
%include ../ingredients/core-network.cfg # Network configuration
### Package selection ###
# Mandatory packages. Exactly one option has to be picked
%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
# Mandatory packages to make it a generic distribution. Required
%include ../ingredients/core-packages-generic.cfg # Generic
# Mandatory packages for live edition. Required
# %include ../ingredients/live-core-mandatory-packages.cfg # For live systems
# Other optional packages. Recommended but not stricly required
%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-custom.cfg # Hand-picked packages
# %include ../ingredients/core-packages-hardware-support.cfg # Provides extended hardware support
# %include ../ingredients/core-packages-hardware-support.cfg # Extended hardware support
### End of Package selection ###
# Repositories. Exactly one option has to be picked
%include ../ingredients/core-fedora-repo.cfg # Offical repositories for Fedora
# %include ../ingredients/core-fedora-repo-rawhide.cfg # Offical repositories for Fedora Rawhide
%include ../ingredients/core-post.cfg # Post configuration script
#%include ../ingredients/live-core-post.cfg # Post configuration script for a live system
### Pre and post section ###
# Scripts launched before the installation. Optionnal. Two options can be picked
# %include ../ingredients/pre.cfg # Triggered just after the kickstart file has been parsed
# %include ../ingredients/pre-install.cfg # Script triggered just after the system storage has been set up
# Scripts launched after the installation. Optionnal.
# %include ../ingredients/phyllomeos/ingredients/core-post-nochroot.cfg # Triggered after the installation no chroot
%include ../ingredients/core-post.cfg # Triggered after the installation
#%include ../ingredients/live-core-post.cfg # Post configuration script for a live system only
### End of pre and post section ###
%include ../ingredients/core-desktop-initial-setup.cfg # OEM setup for GNOME Shell
# %include ../ingredients/core-server-initial-setup.cfg # OEM setup for headless systems
# OEM setup. Exactly one option has to be picked
%include ../ingredients/core-desktop-initial-setup.cfg # For GNOME Shell
# %include ../ingredients/core-server-initial-setup.cfg # For headless systems
# A GNOME Shell-based desktop environment. Optionnal
%include ../ingredients/base-desktop-gnome.cfg # A GNOME Shell-based desktop environment
# Virtualization-related packages. Optionnal
# %include ../ingredients/base-desktop-virtual-machine-manager.cfg # Virtual Machine Manager
# %include ../ingredients/base-hypervisor.cfg # Base hypervisor
# Virtualization-related options. Optionnal
# %include ../ingredients/base-hypervisor-amdcpu.cfg # Virtualization configuration for AMD (tm) CPUs
# %include ../ingredients/base-hypervisor-intelcpu.cfg # Virtualization configuration for Intel (tm) CPUs
# %include ../ingredients/base-hypervisor-intelgpu.cfg # Virtualization configuration for Intel (tm) GPUs from 4th to the 9th generation (compatible with vfio-mdev)
%include ../ingredients/base-guest-agents.cfg # Guest agents
%include ../ingredients/base-guest-agents.cfg # Guest agents

View File

@ -5,50 +5,76 @@
# / .___/_/ /_/\__, /_/_/\____/_/ /_/ /_/\___/ \____//____/
# /_/ /____/
#
# What ? This kickstart file bootstraps a server-oriented system.
%include ../ingredients/core.cfg # Text mode for automated installation
# %include ../ingredients/live-core.cfg # Installation method for live systems
# A recipe for a virtual a very small nano server
%include ../ingredients/core-storage.cfg # Storage configuration
# %include ../ingredients/live-core-storage.cfg # Basic partition layout for live systems
# Installation method. Exactly one option has to be picked
%include ../ingredients/core.cfg # Text mode
# %include ../ingredients/live-core.cfg # For live systems only
# %include ../ingredients/core-bootloader-grub.cfg # Set bootloader to GNU GRUB
%include ../ingredients/core-bootloader-systemd-boot.cfg # Set bootloader to systemd-boot
# Storage configuration. Exactly one option has to be picked
%include ../ingredients/core-storage.cfg # ext4-based storage configuration
# %include ../ingredients/live-core-storage.cfg # For live systems only
%include ../ingredients/core-locale.cfg # System locale
# Booloader. Exactly one option has to be picked
# %include ../ingredients/core-bootloader-grub.cfg # GNU GRUB
%include ../ingredients/core-bootloader-systemd-boot.cfg # systemd-boot
# System locale. Exactly one option has to be picked
%include ../ingredients/core-locale.cfg # System locale set to Swiss French as keyboard layout and English as language
# Security mode. Exactly one option has to be picked
%include ../ingredients/core-security-off.cfg # Lock root account, disable firewall and SELinux
# %include ../ingredients/core-security-on.cfg # Lock root account, enable firewall and SELinux
# System services and networking. The two choices are required
%include ../ingredients/core-services.cfg # Required systemd services
%include ../ingredients/core-network.cfg # Network configuration
### Package selection ###
# Mandatory packages. Exactly one option has to be picked
# %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
# Mandatory packages to make it a generic distribution. Required
%include ../ingredients/core-packages-generic.cfg # Generic
# Mandatory packages for live edition. Required
# %include ../ingredients/live-core-mandatory-packages.cfg # For live systems
# Other optional packages. Recommended but not stricly required
# %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-custom.cfg # Hand-picked packages
# %include ../ingredients/core-packages-hardware-support.cfg # Provides extended hardware support
# %include ../ingredients/core-packages-hardware-support.cfg # Extended hardware support
### End of Package selection ###
# Repositories. Exactly one option has to be picked
%include ../ingredients/core-fedora-repo.cfg # Offical repositories for Fedora
# %include ../ingredients/core-fedora-repo-rawhide.cfg # Offical repositories for Fedora Rawhide
%include ../ingredients/core-post.cfg # Post configuration script
#%include ../ingredients/live-core-post.cfg # Post configuration script for a live system
### Pre and post section ###
# Scripts launched before the installation. Optionnal. Two options can be picked
# %include ../ingredients/pre.cfg # Triggered just after the kickstart file has been parsed
# %include ../ingredients/pre-install.cfg # Script triggered just after the system storage has been set up
# Scripts launched after the installation. Optionnal.
# %include ../ingredients/phyllomeos/ingredients/core-post-nochroot.cfg # Triggered after the installation no chroot
%include ../ingredients/core-post.cfg # Triggered after the installation
#%include ../ingredients/live-core-post.cfg # Post configuration script for a live system only
### End of pre and post section ###
# %include ../ingredients/core-desktop-initial-setup.cfg # OEM setup for GNOME Shell
%include ../ingredients/core-server-initial-setup.cfg # OEM setup for headless systems
# OEM setup. Exactly one option has to be picked
# %include ../ingredients/core-desktop-initial-setup.cfg # For GNOME Shell
%include ../ingredients/core-server-initial-setup.cfg # For headless systems
# A GNOME Shell-based desktop environment. Optionnal
# %include ../ingredients/base-desktop-gnome.cfg # A GNOME Shell-based desktop environment
# Virtualization-related packages. Optionnal
# %include ../ingredients/base-desktop-virtual-machine-manager.cfg # Virtual Machine Manager
# %include ../ingredients/base-hypervisor.cfg # Base hypervisor
# Virtualization-related options. Optionnal
# %include ../ingredients/base-hypervisor-amdcpu.cfg # Virtualization configuration for AMD (tm) CPUs
# %include ../ingredients/base-hypervisor-intelcpu.cfg # Virtualization configuration for Intel (tm) CPUs
# %include ../ingredients/base-hypervisor-intelgpu.cfg # Virtualization configuration for Intel (tm) GPUs from 4th to the 9th generation (compatible with vfio-mdev)
%include ../ingredients/base-guest-agents.cfg # Guest agents

View File

@ -0,0 +1,79 @@
# __ ____ ____ _____
# ____ / /_ __ __/ / /___ ____ ___ ___ / __ \/ ___/
# / __ \/ __ \/ / / / / / __ \/ __ `__ \/ _ \ / / / /\__ \
# / /_/ / / / / /_/ / / / /_/ / / / / / / __/ / /_/ /___/ /
# / .___/_/ /_/\__, /_/_/\____/_/ /_/ /_/\___/ \____//____/
# /_/ /____/
# A recipe for a virtual headless hypervisor
# Installation method. Exactly one option has to be picked
%include ../ingredients/core.cfg # Text mode
# %include ../ingredients/live-core.cfg # For live systems only
# Storage configuration. Exactly one option has to be picked
%include ../ingredients/core-storage.cfg # ext4-based storage configuration
# %include ../ingredients/live-core-storage.cfg # For live systems only
# Booloader. Exactly one option has to be picked
%include ../ingredients/core-bootloader-grub.cfg # GNU GRUB
# %include ../ingredients/core-bootloader-systemd-boot.cfg # systemd-boot
# System locale. Exactly one option has to be picked
%include ../ingredients/core-locale.cfg # System locale set to Swiss French as keyboard layout and English as language
# Security mode. Exactly one option has to be picked
%include ../ingredients/core-security-off.cfg # Lock root account, disable firewall and SELinux
# %include ../ingredients/core-security-on.cfg # Lock root account, enable firewall and SELinux
# System services and networking. The two choices are required
%include ../ingredients/core-services.cfg # Required systemd services
%include ../ingredients/core-network.cfg # Network configuration
### Package selection ###
# Mandatory packages. Exactly one option has to be picked
%include ../ingredients/core-packages-mandatory.cfg # Mandatory packages
# %include ../ingredients/core-packages-mandatory-trimming-attempt.cfg # Trimming attempt for the mandatory packages
# Mandatory packages to make it a generic distribution. Required
%include ../ingredients/core-packages-generic.cfg # Generic
# Mandatory packages for live edition. Required
# %include ../ingredients/live-core-mandatory-packages.cfg # For live systems
# Other optional packages. Recommended but not stricly required
%include ../ingredients/core-packages-default.cfg # Default but not necessary packages
%include ../ingredients/core-packages-custom.cfg # Hand-picked packages
# %include ../ingredients/core-packages-hardware-support.cfg # Extended hardware support
### End of Package selection ###
# Repositories. Exactly one option has to be picked
%include ../ingredients/core-fedora-repo.cfg # Offical repositories for Fedora
# %include ../ingredients/core-fedora-repo-rawhide.cfg # Offical repositories for Fedora Rawhide
### Pre and post section ###
# Scripts launched before the installation. Optionnal. Two options can be picked
# %include ../ingredients/pre.cfg # Triggered just after the kickstart file has been parsed
# %include ../ingredients/pre-install.cfg # Script triggered just after the system storage has been set up
# Scripts launched after the installation. Optionnal.
# %include ../ingredients/phyllomeos/ingredients/core-post-nochroot.cfg # Triggered after the installation no chroot
%include ../ingredients/core-post.cfg # Triggered after the installation
#%include ../ingredients/live-core-post.cfg # Post configuration script for a live system only
### End of pre and post section ###
# OEM setup. Exactly one option has to be picked
# %include ../ingredients/core-desktop-initial-setup.cfg # For GNOME Shell
%include ../ingredients/core-server-initial-setup.cfg # For headless systems
# A GNOME Shell-based desktop environment. Optionnal
# %include ../ingredients/base-desktop-gnome.cfg # A GNOME Shell-based desktop environment
# Virtualization-related packages. Optionnal
# %include ../ingredients/base-desktop-virtual-machine-manager.cfg # Virtual Machine Manager
%include ../ingredients/base-hypervisor.cfg # Base hypervisor
# Virtualization-related options. Optionnal
# %include ../ingredients/base-hypervisor-amdcpu.cfg # Virtualization configuration for AMD (tm) CPUs
# %include ../ingredients/base-hypervisor-intelcpu.cfg # Virtualization configuration for Intel (tm) CPUs
# %include ../ingredients/base-hypervisor-intelgpu.cfg # Virtualization configuration for Intel (tm) GPUs from 4th to the 9th generation (compatible with vfio-mdev)
%include ../ingredients/base-guest-agents.cfg # Guest agents

View File

@ -6,49 +6,75 @@
# /_/ /____/
#
# What ? This kickstart defines the ingredients to create a server operating artifact
# A recipe for a virtual desktop
%include ../ingredients/core.cfg # Text mode for automated installation
# %include ../ingredients/live-core.cfg # Installation method for live systems
# Installation method. Exactly one option has to be picked
%include ../ingredients/core.cfg # Text mode
# %include ../ingredients/live-core.cfg # For live systems only
%include ../ingredients/core-storage.cfg # Storage configuration
# %include ../ingredients/live-core-storage.cfg # Basic partition layout for live systems
# Storage configuration. Exactly one option has to be picked
%include ../ingredients/core-storage.cfg # ext4-based storage configuration
# %include ../ingredients/live-core-storage.cfg # For live systems only
%include ../ingredients/core-bootloader-grub.cfg # Set bootloader to GNU GRUB
# %include ../ingredients/core-bootloader-systemd-boot.cfg # Set bootloader to systemd-boot
# Booloader. Exactly one option has to be picked
%include ../ingredients/core-bootloader-grub.cfg # GNU GRUB
# %include ../ingredients/core-bootloader-systemd-boot.cfg # systemd-boot
%include ../ingredients/core-locale.cfg # System locale
# System locale. Exactly one option has to be picked
%include ../ingredients/core-locale.cfg # System locale set to Swiss French as keyboard layout and English as language
# Security mode. Exactly one option has to be picked
%include ../ingredients/core-security-off.cfg # Lock root account, disable firewall and SELinux
# %include ../ingredients/core-security-on.cfg # Lock root account, enable firewall and SELinux
# System services and networking. The two choices are required
%include ../ingredients/core-services.cfg # Required systemd services
%include ../ingredients/core-network.cfg # Network configuration
### Package selection ###
# Mandatory packages. Exactly one option has to be picked
%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
# Mandatory packages to make it a generic distribution. Required
%include ../ingredients/core-packages-generic.cfg # Generic
# Mandatory packages for live edition. Required
# %include ../ingredients/live-core-mandatory-packages.cfg # For live systems
# Other optional packages. Recommended but not stricly required
%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-custom.cfg # Hand-picked packages
# %include ../ingredients/core-packages-hardware-support.cfg # Provides extended hardware support
# %include ../ingredients/core-packages-hardware-support.cfg # Extended hardware support
### End of Package selection ###
# Repositories. Exactly one option has to be picked
%include ../ingredients/core-fedora-repo.cfg # Offical repositories for Fedora
# %include ../ingredients/core-fedora-repo-rawhide.cfg # Offical repositories for Fedora Rawhide
%include ../ingredients/core-post.cfg # Post configuration script
#%include ../ingredients/live-core-post.cfg # Post configuration script for a live system
### Pre and post section ###
# Scripts launched before the installation. Optionnal. Two options can be picked
# %include ../ingredients/pre.cfg # Triggered just after the kickstart file has been parsed
# %include ../ingredients/pre-install.cfg # Script triggered just after the system storage has been set up
# Scripts launched after the installation. Optionnal.
# %include ../ingredients/phyllomeos/ingredients/core-post-nochroot.cfg # Triggered after the installation no chroot
%include ../ingredients/core-post.cfg # Triggered after the installation
#%include ../ingredients/live-core-post.cfg # Post configuration script for a live system only
### End of pre and post section ###
# %include ../ingredients/core-desktop-initial-setup.cfg # OEM setup for GNOME Shell
%include ../ingredients/core-server-initial-setup.cfg # OEM setup for headless systems
# OEM setup. Exactly one option has to be picked
# %include ../ingredients/core-desktop-initial-setup.cfg # For GNOME Shell
%include ../ingredients/core-server-initial-setup.cfg # For headless systems
# A GNOME Shell-based desktop environment. Optionnal
# %include ../ingredients/base-desktop-gnome.cfg # A GNOME Shell-based desktop environment
# Virtualization-related packages. Optionnal
# %include ../ingredients/base-desktop-virtual-machine-manager.cfg # Virtual Machine Manager
# %include ../ingredients/base-hypervisor.cfg # Base hypervisor
# Virtualization-related options. Optionnal
# %include ../ingredients/base-hypervisor-amdcpu.cfg # Virtualization configuration for AMD (tm) CPUs
# %include ../ingredients/base-hypervisor-intelcpu.cfg # Virtualization configuration for Intel (tm) CPUs
# %include ../ingredients/base-hypervisor-intelgpu.cfg # Virtualization configuration for Intel (tm) GPUs from 4th to the 9th generation (compatible with vfio-mdev)
%include ../ingredients/base-guest-agents.cfg # Guest agents
%include ../ingredients/base-guest-agents.cfg # Guest agents