forked from roots/phyllomeos
recipes refactoring and general clean-up
This commit is contained in:
@@ -7,20 +7,16 @@
|
||||
|
||||
# What ? This kickstart file bootstraps a desktop hypervisor configured for AMD (tm) CPUs.
|
||||
|
||||
# In order to be fed to virt-install or software like livecd-creator, this file needs to be flatten or merged into one.
|
||||
# Here is how you can do it with the ksflatten tool provided by the pykickstart package on Fedora :
|
||||
# ksflatten -c desktop-hypervisor-amdcpu.cfg -o ../dishes/phyllome-desktop-amdcpu.cfg
|
||||
%include ../ingredients/core.cfg # The core configuration
|
||||
%include ../ingredients/core-storage.cfg # The core configuration storage
|
||||
%include ../ingredients/core-locale.cfg # A system locale
|
||||
%include ../ingredients/core-packages.cfg # The default group of packages
|
||||
%include ../ingredients/core-fedora-repo.cfg # Offical repositories for Fedora
|
||||
%include ../ingredients/core-post.cfg # Post configuration script
|
||||
|
||||
# to flatten all the files in the recipes repository, to the following
|
||||
# for filename in *.cfg; do ksflatten -c "$filename" -o "../dishes/$filename"; done
|
||||
%include ../ingredients/base-desktop-gnome.cfg # A desktop environment
|
||||
%include ../ingredients/core-desktop-initial-setup.cfg # Includes initial-setup for GNOME Shell, allowing for the creation of a user after the first boot, as well as some basic configuration
|
||||
|
||||
%include ../ingredients/base-fedora-repo.cfg # offical repositories for Fedora
|
||||
%include ../ingredients/base-storage.cfg # base storage
|
||||
%include ../ingredients/base.cfg # A minimal machine
|
||||
%include ../ingredients/base-desktop-gnome.cfg # A desktop environment based on GNOME Shell
|
||||
%include ../ingredients/base-desktop-virtual-machine-manager.cfg # the virtual machine manager
|
||||
%include ../ingredients/base-hypervisor.cfg # A base hypervisor
|
||||
%include ../ingredients/base-hypervisor-amdcpu.cfg # Specific virtualization configuration for AMD (tm) CPUs
|
||||
%include ../ingredients/base-initial-setup-gnome.cfg # Includes initial-setup for GNOME Shell, allowing for the creation of a user after the first boot, as well as some basic configuration
|
||||
|
||||
poweroff # Shut down the system after a successful installation
|
||||
%include ../ingredients/base-hypervisor-amdcpu.cfg # Specific virtualization configuration for AMD (tm) CPUs
|
@@ -7,21 +7,17 @@
|
||||
|
||||
# What ? This kickstart file bootstraps a desktop hypervisor configured for Intel(tm) CPU and Intel(tm) GPUs compatible with vfio-mdev (pre-Tiger Lake)
|
||||
|
||||
# In order to be fed to virt-install or software like livecd-creator, this file needs to be flatten or merged into one.
|
||||
# Here is how you can do it with the ksflatten tool provided by the pykickstart package on Fedora :
|
||||
# ksflatten -c desktop-hypervisor-intelcpu-intelgpu.cfg -o ../dishes/phyllome-desktop-intelcpu-intelgpu.cfg
|
||||
%include ../ingredients/core.cfg # The core configuration
|
||||
%include ../ingredients/core-storage.cfg # The core configuration storage
|
||||
%include ../ingredients/core-locale.cfg # A system locale
|
||||
%include ../ingredients/core-packages.cfg # The default group of packages
|
||||
%include ../ingredients/core-fedora-repo.cfg # Offical repositories for Fedora
|
||||
%include ../ingredients/core-post.cfg # Post configuration script
|
||||
|
||||
# to flatten all the files in the recipes repository, to the following
|
||||
# for filename in *.cfg; do ksflatten -c "$filename" -o "../dishes/$filename"; done
|
||||
%include ../ingredients/base-desktop-gnome.cfg # A desktop environment
|
||||
%include ../ingredients/core-desktop-initial-setup.cfg # Includes initial-setup for GNOME Shell, allowing for the creation of a user after the first boot, as well as some basic configuration
|
||||
|
||||
%include ../ingredients/base-fedora-repo.cfg # offical repositories for Fedora
|
||||
%include ../ingredients/base-storage.cfg # base storage
|
||||
%include ../ingredients/base.cfg # A minimal machine
|
||||
%include ../ingredients/base-desktop-gnome.cfg # A desktop environment based on GNOME Shell
|
||||
%include ../ingredients/base-desktop-virtual-machine-manager.cfg # the virtual machine manager
|
||||
%include ../ingredients/base-hypervisor.cfg # A base hypervisor
|
||||
%include ../ingredients/base-hypervisor-intelcpu.cfg # Specific virtualization configuration for Intel (tm) CPUs
|
||||
%include ../ingredients/base-hypervisor-intelgpu.cfg # Specific virtualization configuration for Intel (tm) GPUs from 4th to the 9th generation (compatible with vfio-mdev).
|
||||
%include ../ingredients/base-initial-setup-gnome.cfg # Includes initial-setup for GNOME Shell, allowing for the creation of a user after the first boot, as well as some basic configuration
|
||||
|
||||
poweroff # Shut down the system after a successful installation
|
||||
%include ../ingredients/base-hypervisor-intelgpu.cfg # Specific virtualization configuration for Intel (tm) GPUs from 4th to the 9th generation (compatible with vfio-mdev).
|
@@ -7,20 +7,16 @@
|
||||
|
||||
# What ? This kickstart file bootstraps a desktop hypervisor configured for Intel(tm) CPUs
|
||||
|
||||
# In order to be fed to virt-install or software like livecd-creator, this file needs to be flatten or merged into one.
|
||||
# Here is how you can do it with the ksflatten tool provided by the pykickstart package on Fedora :
|
||||
# ksflatten -c desktop-hypervisor-intelcpu.cfg -o ../dishes/phyllome-desktop-intelcpu.cfg
|
||||
%include ../ingredients/core.cfg # The core configuration
|
||||
%include ../ingredients/core-storage.cfg # The core configuration storage
|
||||
%include ../ingredients/core-locale.cfg # A system locale
|
||||
%include ../ingredients/core-packages.cfg # The default group of packages
|
||||
%include ../ingredients/core-fedora-repo.cfg # Offical repositories for Fedora
|
||||
%include ../ingredients/core-post.cfg # Post configuration script
|
||||
|
||||
# to flatten all the files in the recipes repository, to the following
|
||||
# for filename in *.cfg; do ksflatten -c "$filename" -o "../dishes/$filename"; done
|
||||
%include ../ingredients/base-desktop-gnome.cfg # A desktop environment
|
||||
%include ../ingredients/core-desktop-initial-setup.cfg # Includes initial-setup for GNOME Shell, allowing for the creation of a user after the first boot, as well as some basic configuration
|
||||
|
||||
%include ../ingredients/base-fedora-repo.cfg # offical repositories for Fedora
|
||||
%include ../ingredients/base-storage.cfg # base storage
|
||||
%include ../ingredients/base.cfg # A minimal machine
|
||||
%include ../ingredients/base-desktop-gnome.cfg # A desktop environment based on GNOME Shell
|
||||
%include ../ingredients/base-desktop-virtual-machine-manager.cfg # the virtual machine manager
|
||||
%include ../ingredients/base-hypervisor.cfg # A base hypervisor
|
||||
%include ../ingredients/base-hypervisor-intelcpu.cfg # Specific virtualization configuration for Intel (tm) CPUs
|
||||
%include ../ingredients/base-initial-setup-gnome.cfg # Includes initial-setup for GNOME Shell, allowing for the creation of a user after the first boot, as well as some basic configuration
|
||||
|
||||
poweroff # Shut down the system after a successful installation
|
||||
%include ../ingredients/base-hypervisor-intelcpu.cfg # Specific virtualization configuration for Intel (tm) CPUs
|
@@ -7,19 +7,15 @@
|
||||
|
||||
# What ? This kickstart file bootstraps a desktop hypervisor.
|
||||
|
||||
# In order to be fed to virt-install or software like livecd-creator, this file needs to be flatten or merged into one.
|
||||
# Here is how you can do it with the ksflatten tool provided by the pykickstart package on Fedora :
|
||||
# ksflatten -c desktop-hypervisor.cfg -o ../dishes/phyllome-desktop.cfg
|
||||
%include ../ingredients/core.cfg # The core configuration
|
||||
%include ../ingredients/core-storage.cfg # The core configuration storage
|
||||
%include ../ingredients/core-locale.cfg # A system locale
|
||||
%include ../ingredients/core-packages.cfg # The default group of packages
|
||||
%include ../ingredients/core-fedora-repo.cfg # Offical repositories for Fedora
|
||||
%include ../ingredients/core-post.cfg # Post configuration script
|
||||
|
||||
# to flatten all the files in the recipes repository, to the following
|
||||
# for filename in *.cfg; do ksflatten -c "$filename" -o "../dishes/$filename"; done
|
||||
%include ../ingredients/base-desktop-gnome.cfg # A desktop environment
|
||||
%include ../ingredients/core-desktop-initial-setup.cfg # Includes initial-setup for GNOME Shell, allowing for the creation of a user after the first boot, as well as some basic configuration
|
||||
|
||||
%include ../ingredients/base-fedora-repo.cfg # offical repositories for Fedora
|
||||
%include ../ingredients/base-storage.cfg # base storage
|
||||
%include ../ingredients/base.cfg # A minimal machine
|
||||
%include ../ingredients/base-desktop-gnome.cfg # A desktop environment based on GNOME Shell
|
||||
%include ../ingredients/base-desktop-virtual-machine-manager.cfg # the virtual machine manager
|
||||
%include ../ingredients/base-hypervisor.cfg # A base hypervisor
|
||||
%include ../ingredients/base-initial-setup-gnome.cfg # Includes initial-setup for GNOME Shell, allowing for the creation of a user after the first boot, as well as some basic configuration
|
||||
|
||||
poweroff # Shut down the system after a successful installation
|
||||
%include ../ingredients/base-hypervisor.cfg # A base hypervisor
|
@@ -1,23 +0,0 @@
|
||||
# __ ____ ____ _____
|
||||
# ____ / /_ __ __/ / /___ ____ ___ ___ / __ \/ ___/
|
||||
# / __ \/ __ \/ / / / / / __ \/ __ `__ \/ _ \ / / / /\__ \
|
||||
# / /_/ / / / / /_/ / / / /_/ / / / / / / __/ / /_/ /___/ /
|
||||
# / .___/_/ /_/\__, /_/_/\____/_/ /_/ /_/\___/ \____//____/
|
||||
# /_/ /____/
|
||||
|
||||
# What ? This kickstart file bootstraps a desktop machine using GNOME Shell.
|
||||
|
||||
# In order to be fed to virt-install or software like livecd-creator, this file needs to be flatten or merged into one.
|
||||
# Here is how you can do it with the ksflatten tool provided by the pykickstart package on Fedora :
|
||||
# ksflatten -c desktop.cfg -o ../dishes/desktop.cfg
|
||||
|
||||
# to flatten all the files in the recipes repository, to the following
|
||||
# for filename in *.cfg; do ksflatten -c "$filename" -o "../dishes/$filename"; done
|
||||
|
||||
%include ../ingredients/base-fedora-repo.cfg # offical repositories for Fedora
|
||||
%include ../ingredients/base-storage.cfg # base storage
|
||||
%include ../ingredients/base.cfg # A minimal machine
|
||||
%include ../ingredients/base-desktop-gnome.cfg # A desktop environment based on GNOME Shell
|
||||
%include ../ingredients/base-initial-setup-gnome.cfg # Includes initial-setup for GNOME Shell, allowing for the creation of a user after the first boot, as well as some basic configuration
|
||||
|
||||
poweroff # Shut down the system after a successful installation
|
@@ -1,36 +0,0 @@
|
||||
# __ ____ ____ _____
|
||||
# ____ / /_ __ __/ / /___ ____ ___ ___ / __ \/ ___/
|
||||
# / __ \/ __ \/ / / / / / __ \/ __ `__ \/ _ \ / / / /\__ \
|
||||
# / /_/ / / / / /_/ / / / /_/ / / / / / / __/ / /_/ /___/ /
|
||||
# / .___/_/ /_/\__, /_/_/\____/_/ /_/ /_/\___/ \____//____/
|
||||
# /_/ /____/
|
||||
|
||||
# What ? This kickstart file bootstraps a live desktop hypervisor configured for Intel(tm) CPU and Intel(tm) GPUs compatible with vfio-mdev (pre-Tiger Lake)
|
||||
|
||||
# In order to be fed to virt-install or software like livecd-creator, this file needs to be flatten or merged into one.
|
||||
# Here is how you can do it with the ksflatten tool provided by the pykickstart package on Fedora :
|
||||
# ksflatten -c live-desktop-hypervisor-intelcpu-intelgpu -o ../dishes/live-phyllome-desktop-intelcpu-intelgpu.cfg
|
||||
|
||||
# to flatten all the files in the recipes repository, to the following
|
||||
# for filename in *.cfg; do ksflatten -c "$filename" -o "../dishes/$filename"; done
|
||||
|
||||
# Instructions for creating an ISO file:
|
||||
# Temporary disable SELinux:
|
||||
# setenforce 0
|
||||
# Use the following command to create an ISO file, as the root user:
|
||||
# livemedia-creator --make-iso --ks ../dishes/live-phyllome-desktop-intelcpu-intelgpu.cfg --no-virt --iso-only --iso-name phyllome-desktop-intelcpu-intelgpu-x86_64.iso --releasever 38
|
||||
|
||||
# The resulting ISO can be tested with qemu-kvm, using the following these two commands, as *root*:
|
||||
# UEFI test:
|
||||
# qemu-kvm -bios /usr/share/edk2/ovmf/OVMF_CODE.fd -m 2048 -vga qxl phyllome-desktop-intelcpu-intelgpu-x86_64.iso
|
||||
# BIOS test:
|
||||
# qemu-kvm -m 2048 -vga qxl phyllome-desktop-intelcpu-intelgpu-x86_64.iso
|
||||
|
||||
%include ../ingredients/base-fedora-repo.cfg # offical repositories for Fedora
|
||||
%include ../ingredients/base-storage-live.cfg # a base storage for live systems
|
||||
%include ../ingredients/base-live.cfg # A minimal base for live systems
|
||||
%include ../ingredients/base-desktop-gnome.cfg # A desktop environment based on GNOME Shell
|
||||
%include ../ingredients/base-desktop-virtual-machine-manager.cfg # the virtual machine manager
|
||||
%include ../ingredients/base-hypervisor.cfg # A base hypervisor
|
||||
%include ../ingredients/base-hypervisor-intelcpu.cfg # Specific virtualization configuration for Intel (tm) CPUs
|
||||
%include ../ingredients/base-hypervisor-intelgpu.cfg # Specific virtualization configuration for Intel (tm) GPUs from 4th to the 9th generation (compatible with vfio-mdev).
|
@@ -1,35 +0,0 @@
|
||||
# __ ____ ____ _____
|
||||
# ____ / /_ __ __/ / /___ ____ ___ ___ / __ \/ ___/
|
||||
# / __ \/ __ \/ / / / / / __ \/ __ `__ \/ _ \ / / / /\__ \
|
||||
# / /_/ / / / / /_/ / / / /_/ / / / / / / __/ / /_/ /___/ /
|
||||
# / .___/_/ /_/\__, /_/_/\____/_/ /_/ /_/\___/ \____//____/
|
||||
# /_/ /____/
|
||||
|
||||
# What ? This kickstart file bootstraps a live desktop hypervisor machine configured for Intel(tm) CPU.
|
||||
|
||||
# In order to be fed to virt-install or software like livecd-creator, this file needs to be flatten or merged into one.
|
||||
# Here is how you can do it with the ksflatten tool provided by the pykickstart package on Fedora :
|
||||
# ksflatten -c live-desktop-hypervisor-intelcpu.cfg -o ../dishes/live-phyllome-desktop-intelcpu.cfg
|
||||
|
||||
# to flatten all the files in the recipes repository, to the following
|
||||
# for filename in *.cfg; do ksflatten -c "$filename" -o "../dishes/$filename"; done
|
||||
|
||||
# Instructions for creating an ISO file:
|
||||
# Temporary disable SELinux:
|
||||
# setenforce 0
|
||||
# Use the following command to create an ISO file, as the root user:
|
||||
# livemedia-creator --make-iso --ks ../dishes/live-phyllome-desktop-intelcpu.cfg --no-virt --iso-only --iso-name phyllome-desktop-intelcpu-x86_64.iso --releasever 38
|
||||
|
||||
# The resulting ISO can be tested with qemu-kvm, using the following these two commands, as *root*:
|
||||
# UEFI test:
|
||||
# qemu-kvm -bios /usr/share/edk2/ovmf/OVMF_CODE.fd -m 2048 -vga qxl phyllome-desktop-intelcpu-x86_64.iso
|
||||
# BIOS test:
|
||||
# qemu-kvm -m 2048 -vga qxl phyllome-desktop-intelcpu-x86_64.iso
|
||||
|
||||
%include ../ingredients/base-fedora-repo.cfg # offical repositories for Fedora
|
||||
%include ../ingredients/base-storage-live.cfg # a base storage for live systems
|
||||
%include ../ingredients/base-live.cfg # A minimal base for live systems
|
||||
%include ../ingredients/base-desktop-gnome.cfg # A desktop environment based on GNOME Shell
|
||||
%include ../ingredients/base-desktop-virtual-machine-manager.cfg # the virtual machine manager
|
||||
%include ../ingredients/base-hypervisor.cfg # A base hypervisor
|
||||
%include ../ingredients/base-hypervisor-intelcpu.cfg # Specific virtualization configuration for Intel (tm) CPUs
|
@@ -1,34 +0,0 @@
|
||||
# __ ____ ____ _____
|
||||
# ____ / /_ __ __/ / /___ ____ ___ ___ / __ \/ ___/
|
||||
# / __ \/ __ \/ / / / / / __ \/ __ `__ \/ _ \ / / / /\__ \
|
||||
# / /_/ / / / / /_/ / / / /_/ / / / / / / __/ / /_/ /___/ /
|
||||
# / .___/_/ /_/\__, /_/_/\____/_/ /_/ /_/\___/ \____//____/
|
||||
# /_/ /____/
|
||||
|
||||
# What ? This kickstart file bootstraps a live desktop hypervisor machine.
|
||||
|
||||
# In order to be fed to virt-install or software like livecd-creator, this file needs to be flatten or merged into one.
|
||||
# Here is how you can do it with the ksflatten tool provided by the pykickstart package on Fedora :
|
||||
# ksflatten -c live-desktop-hypervisor.cfg -o ../dishes/live-phyllome-desktop.cfg
|
||||
|
||||
# to flatten all the files in the recipes repository, to the following
|
||||
# for filename in *.cfg; do ksflatten -c "$filename" -o "../dishes/$filename"; done
|
||||
|
||||
# Instructions for creating an ISO file
|
||||
# Temporary disable SELinux:
|
||||
# setenforce 0
|
||||
# Use the following command to create an ISO file, as the root user:
|
||||
# livemedia-creator --make-iso --ks ../dishes/live-phyllome-desktop.cfg --no-virt --iso-only --iso-name phyllome-desktop-x86_64.iso --releasever 38
|
||||
|
||||
# The resulting ISO can be tested with qemu-kvm, using the following these two commands, as *root*:
|
||||
# UEFI test:
|
||||
# qemu-kvm -bios /usr/share/edk2/ovmf/OVMF_CODE.fd -m 2048 -vga qxl phyllome-desktop-x86_64.iso
|
||||
# BIOS test:
|
||||
# qemu-kvm -m 2048 -vga qxl phyllome-desktop-x86_64.iso
|
||||
|
||||
%include ../ingredients/base-fedora-repo.cfg # offical repositories for Fedora
|
||||
%include ../ingredients/base-storage-live.cfg # a base storage for live systems
|
||||
%include ../ingredients/base-live.cfg # A minimal base for live systems
|
||||
%include ../ingredients/base-desktop-gnome.cfg # A desktop environment based on GNOME Shell
|
||||
%include ../ingredients/base-desktop-virtual-machine-manager.cfg # the virtual machine manager
|
||||
%include ../ingredients/base-hypervisor.cfg # A base hypervisor
|
@@ -1,34 +0,0 @@
|
||||
# __ ____ ____ _____
|
||||
# ____ / /_ __ __/ / /___ ____ ___ ___ / __ \/ ___/
|
||||
# / __ \/ __ \/ / / / / / __ \/ __ `__ \/ _ \ / / / /\__ \
|
||||
# / /_/ / / / / /_/ / / / /_/ / / / / / / __/ / /_/ /___/ /
|
||||
# / .___/_/ /_/\__, /_/_/\____/_/ /_/ /_/\___/ \____//____/
|
||||
# /_/ /____/
|
||||
|
||||
# What ? This kickstart file bootstraps a live desktop machine.
|
||||
|
||||
# In order to be fed to virt-install or software like livecd-creator, this file needs to be flatten or merged into one.
|
||||
# Here is how you can do it with the ksflatten tool provided by the pykickstart package on Fedora :
|
||||
# ksflatten -c live-desktop.cfg -o ../dishes/live-desktop.cfg
|
||||
|
||||
# to flatten all the files in the recipes repository, to the following
|
||||
# for filename in *.cfg; do ksflatten -c "$filename" -o "../dishes/$filename"; done
|
||||
|
||||
# Instructions for creating an ISO file
|
||||
# Temporary disable SELinux:
|
||||
# setenforce 0
|
||||
# Use the following command to create an ISO file, as the root user:
|
||||
# livemedia-creator --make-iso --ks live-desktop.cfg --no-virt --iso-only --iso-name live-desktop-x86_64.iso --releasever 38
|
||||
|
||||
# The resulting ISO can be tested with qemu-kvm, using the following these two commands, as *root*:
|
||||
# UEFI test:
|
||||
# qemu-kvm -bios /usr/share/edk2/ovmf/OVMF_CODE.fd -m 2048 -vga qxl live-desktop-x86_64.iso
|
||||
# BIOS test:
|
||||
# qemu-kvm -m 2048 -vga qxl live-desktop-x86_64.iso
|
||||
|
||||
%include ../ingredients/base-fedora-repo.cfg # offical repositories for Fedora
|
||||
%include ../ingredients/base-live.cfg # A minimal base for live systems
|
||||
%include ../ingredients/base-storage-live.cfg # a base storage for live systems
|
||||
%include ../ingredients/base-desktop-gnome.cfg # A desktop environment based on GNOME Shell
|
||||
|
||||
poweroff # Shut down the system after a successful installation
|
@@ -1,22 +0,0 @@
|
||||
# __ ____ ____ _____
|
||||
# ____ / /_ __ __/ / /___ ____ ___ ___ / __ \/ ___/
|
||||
# / __ \/ __ \/ / / / / / __ \/ __ `__ \/ _ \ / / / /\__ \
|
||||
# / /_/ / / / / /_/ / / / /_/ / / / / / / __/ / /_/ /___/ /
|
||||
# / .___/_/ /_/\__, /_/_/\____/_/ /_/ /_/\___/ \____//____/
|
||||
# /_/ /____/
|
||||
|
||||
# What ? This kickstart file itents to provide a basic block small than the minimal operating system.
|
||||
|
||||
# In order to be fed to virt-install or software like livecd-creator, this file needs to be flatten or merged into one.
|
||||
# Here is how you can do it with the ksflatten tool provided by the pykickstart package on Fedora :
|
||||
# ksflatten -c nano.cfg -o ../dishes/nano-server-a.cfg
|
||||
|
||||
# to flatten all the files in the recipes repository, to the following
|
||||
# for filename in *.cfg; do ksflatten -c "$filename" -o "../dishes/$filename"; done
|
||||
|
||||
%include ../ingredients/base-fedora-repo.cfg # offical repositories for Fedora
|
||||
%include ../ingredients/base-storage.cfg # base storage
|
||||
%include ../ingredients/base-nano.cfg # A base system
|
||||
%include ../ingredients/base-initial-setup.cfg # Includes initial-setup so on first-boot a new user can be created
|
||||
|
||||
poweroff # Shut down the system after a successful installation
|
@@ -7,20 +7,18 @@
|
||||
|
||||
# What ? This kickstart file bootstraps a desktop hypervisor meant to be installed inside a virtual machine.
|
||||
|
||||
# In order to be fed to virt-install or software like livecd-creator, this file needs to be flatten or merged into one.
|
||||
# Here is how you can do it with the ksflatten tool provided by the pykickstart package on Fedora :
|
||||
# ksflatten -c virtual-desktop-hypervisor.cfg -o ../dishes/virtual-phyllome-desktop.cfg
|
||||
%include ../ingredients/core.cfg # The core configuration
|
||||
%include ../ingredients/core-storage.cfg # The core configuration storage
|
||||
%include ../ingredients/core-locale.cfg # A system locale
|
||||
%include ../ingredients/core-packages.cfg # The default group of packages
|
||||
%include ../ingredients/core-fedora-repo.cfg # Offical repositories for Fedora
|
||||
%include ../ingredients/core-post.cfg # Post configuration script
|
||||
|
||||
# to flatten all the files in the recipes repository, to the following
|
||||
# for filename in *.cfg; do ksflatten -c "$filename" -o "../dishes/$filename"; done
|
||||
%include ../ingredients/base-desktop-gnome.cfg # A desktop environment
|
||||
%include ../ingredients/core-desktop-initial-setup.cfg # Includes initial-setup for GNOME Shell, allowing for the creation of a user after the first boot, as well as some basic configuration
|
||||
|
||||
%include ../ingredients/base-fedora-repo.cfg # offical repositories for Fedora
|
||||
%include ../ingredients/base-storage.cfg # base storage
|
||||
%include ../ingredients/base.cfg # A minimal machine
|
||||
%include ../ingredients/base-desktop-gnome.cfg # A desktop environment that ships with virtual machine manager
|
||||
%include ../ingredients/base-desktop-virtual-machine-manager.cfg # the virtual machine manager
|
||||
%include ../ingredients/base-hypervisor.cfg # A base hypervisor
|
||||
%include ../ingredients/base-guest-agents.cfg # Guest agents
|
||||
%include ../ingredients/base-initial-setup-gnome.cfg # Includes initial-setup for GNOME Shell, allowing for the creation of a user after the first boot, as well as some basic configuration
|
||||
|
||||
poweroff # Shut down the system after a successful installation
|
||||
|
||||
|
@@ -7,18 +7,14 @@
|
||||
|
||||
# What ? This kickstart file bootstraps a desktop machine using GNOME Shell meant to be used as a virtual machine.
|
||||
|
||||
# In order to be fed to virt-install or software like livecd-creator, this file needs to be flatten or merged into one.
|
||||
# Here is how you can do it with the ksflatten tool provided by the pykickstart package on Fedora :
|
||||
# ksflatten -c virtual-desktop.cfg -o ../dishes/virtual-desktop.cfg
|
||||
%include ../ingredients/core.cfg # The core configuration
|
||||
%include ../ingredients/core-storage.cfg # The core configuration storage
|
||||
%include ../ingredients/core-locale.cfg # A system locale
|
||||
%include ../ingredients/core-packages.cfg # The default group of packages
|
||||
%include ../ingredients/core-fedora-repo.cfg # Offical repositories for Fedora
|
||||
%include ../ingredients/core-post.cfg # Post configuration script
|
||||
|
||||
# to flatten all the files in the recipes repository, to the following
|
||||
# for filename in *.cfg; do ksflatten -c "$filename" -o "../dishes/$filename"; done
|
||||
|
||||
%include ../ingredients/base-fedora-repo.cfg # offical repositories for Fedora
|
||||
%include ../ingredients/base-storage.cfg # base storage
|
||||
%include ../ingredients/base.cfg # A minimal machine
|
||||
%include ../ingredients/base-desktop-gnome.cfg # A desktop environment
|
||||
%include ../ingredients/base-guest-agents.cfg # Guest agents
|
||||
%include ../ingredients/base-initial-setup-gnome.cfg # Includes initial-setup for GNOME Shell, allowing for the creation of a user after the first boot, as well as some basic configuration
|
||||
%include ../ingredients/core-desktop-initial-setup.cfg # Includes initial-setup for GNOME Shell, allowing for the creation of a user after the first boot, as well as some basic configuration
|
||||
|
||||
poweroff # Shut down the system after a successful installation
|
||||
%include ../ingredients/base-guest-agents.cfg # Guest agents
|
@@ -7,17 +7,13 @@
|
||||
#
|
||||
# What ? This kickstart file bootstraps a server-oriented system.
|
||||
|
||||
# In order to be fed to virt-install or a software like livecd-creator, this file needs to be flattened.
|
||||
# Here is how you can do it with the ksflatten tool provided by the pykickstart package on Fedora :
|
||||
# ksflatten -c virtual-server.cfg -o ../dishes/virtual-server.cfg
|
||||
%include ../ingredients/core.cfg # The core configuration
|
||||
%include ../ingredients/core-storage.cfg # The core configuration storage
|
||||
%include ../ingredients/core-locale.cfg # A system locale
|
||||
%include ../ingredients/core-packages.cfg # The default group of packages
|
||||
%include ../ingredients/core-fedora-repo.cfg # Offical repositories for Fedora
|
||||
%include ../ingredients/core-post.cfg # Post configuration script
|
||||
|
||||
# to flatten all the files in the recipes repository, to the following
|
||||
# for filename in *.cfg; do ksflatten -c "$filename" -o "../dishes/$filename"; done
|
||||
%include ../ingredients/core-server-initial-setup.cfg # Includes initial-setup so on first-boot a new user can be created
|
||||
|
||||
%include ../ingredients/base-fedora-repo.cfg # Offical repositories for Fedora
|
||||
%include ../ingredients/base-storage.cfg # A base storage
|
||||
%include ../ingredients/base.cfg # A base system
|
||||
%include ../ingredients/base-guest-agents.cfg # Guest agents
|
||||
%include ../ingredients/base-initial-setup.cfg # Includes initial-setup so on first-boot a new user can be created
|
||||
|
||||
poweroff # Shut down the system after a successful installation
|
||||
%include ../ingredients/base-guest-agents.cfg # Guest agents
|
Reference in New Issue
Block a user