mirror of
https://github.com/PhyllomeOS/phyllomeos.git
synced 2024-11-05 04:01:10 +00:00
rename files and correct paths
This commit is contained in:
parent
5ea024e2c2
commit
1b6f725861
@ -5,11 +5,11 @@
|
||||
# / .___/_/ /_/\__, /_/_/\____/_/ /_/ /_/\___/ \____//____/
|
||||
# /_/ /____/
|
||||
|
||||
# What ? This kickstart file bootstraps a desktop hypervisor configured for Intel(tm) CPU and Intel(tm) GPUs
|
||||
# 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-ii.cfg -o ../leaves/phyllome-desktop-ii.cfg
|
||||
# ksflatten -c desktop-hypervisor-intelcpu-intelgpu.cfg -o ../leaves/phyllome-desktop-intelcpu-intelgpu.cfg
|
||||
|
||||
%include base-fedora-repo.cfg # offical repositories for Fedora
|
||||
%include base-storage.cfg # base storage
|
||||
@ -17,7 +17,8 @@
|
||||
%include base-desktop-gnome.cfg # A desktop environment that ships with virtual machine manager
|
||||
%include base-desktop-virtual-machine-manager.cfg # the virtual machine manager
|
||||
%include base-hypervisor.cfg # A base hypervisor
|
||||
%include base-hypervisor-ii.cfg # Specific virtualization configuration for AMD (tm) CPUs
|
||||
%include base-hypervisor-intelcpu.cfg # Specific virtualization configuration for Intel (tm) CPUs
|
||||
%include base-hypervisor-intelgpu.cfg # Specific virtualization configuration for Intel (tm) GPUs from 4th to the 9th generation (compatible with vfio-mdev).
|
||||
%include base-initial-setup-gnome.cfg # Includes initial-setup for GNOME
|
||||
|
||||
reboot --kexec # Reboot straight into the system after a successfull installation
|
@ -5,11 +5,11 @@
|
||||
# / .___/_/ /_/\__, /_/_/\____/_/ /_/ /_/\___/ \____//____/
|
||||
# /_/ /____/
|
||||
|
||||
# What ? This kickstart file bootstraps a desktop hypervisor configured for AMD (tm) CPUs.
|
||||
# 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-a.cfg -o ../leaves/phyllome-desktop-a.cfg
|
||||
# ksflatten -c desktop-hypervisor-intelcpu.cfg -o ../leaves/phyllome-desktop-intelcpu.cfg
|
||||
|
||||
%include base-fedora-repo.cfg # offical repositories for Fedora
|
||||
%include base-storage.cfg # base storage
|
||||
@ -17,7 +17,7 @@
|
||||
%include base-desktop-gnome.cfg # A desktop environment that ships with virtual machine manager
|
||||
%include base-desktop-virtual-machine-manager.cfg # the virtual machine manager
|
||||
%include base-hypervisor.cfg # A base hypervisor
|
||||
%include base-hypervisor-a.cfg # Specific virtualization configuration for AMD (tm) CPUs
|
||||
%include base-hypervisor-intelcpu.cfg # Specific virtualization configuration for Intel (tm) CPUs
|
||||
%include base-initial-setup-gnome.cfg # Includes initial-setup for GNOME
|
||||
|
||||
reboot --kexec # Reboot straight into the system after a successfull installation
|
@ -9,13 +9,13 @@
|
||||
|
||||
# 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 server-hypervisor-a.cfg -o ../leaves/phyllome-server-a.cfg
|
||||
# ksflatten -c server-hypervisor-amdcpu.cfg -o ../leaves/phyllome-server-amdcpu.cfg
|
||||
|
||||
%include base-fedora-repo.cfg # offical repositories for Fedora
|
||||
%include base-storage.cfg # base storage
|
||||
%include base.cfg # A minimal machine
|
||||
%include base-hypervisor.cfg # A base hypervisor
|
||||
%include base-hypervisor-a.cfg # Specific virtualization configuration for AMD (tm) CPUs
|
||||
%include base-hypervisor-amdcpu.cfg # Specific virtualization configuration for AMD (tm) CPUs
|
||||
%include base-initial-setup.cfg # Includes initial-setup so on first-boot a new user can be created
|
||||
|
||||
reboot --kexec # Reboot straight into the system after a successfull installation
|
@ -5,17 +5,18 @@
|
||||
# / .___/_/ /_/\__, /_/_/\____/_/ /_/ /_/\___/ \____//____/
|
||||
# /_/ /____/
|
||||
#
|
||||
# What ? When flattened, this file will result in a stand-alone kickstart file that can be automatically deploy into a server-oriented system with a hypervisor optimized for Intel (tm) CPUs and Intel(tm) GPUs
|
||||
# What ? When flattened, this file will result in a stand-alone kickstart file that can be automatically deploy into a server-oriented system with a hypervisor optimized for Intel (tm) CPUs 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 server-hypervisor-ii.cfg -o ../leaves/phyllome-server-ii.cfg
|
||||
# ksflatten -c server-hypervisor-intelcpu-intelgpu.cfg -o ../leaves/phyllome-server-intelcpu-intelgpu.cfg
|
||||
|
||||
%include base-fedora-repo.cfg # offical repositories for Fedora
|
||||
%include base-storage.cfg # base storage
|
||||
%include base.cfg # A minimal machine
|
||||
%include base-hypervisor.cfg # A base hypervisor
|
||||
%include base-hypervisor-ii.cfg # Specific virtualization configuration for Intel(tm) CPU and Intel(tm) GPUs
|
||||
%include base-hypervisor-intelcpu.cfg # Specific virtualization configuration for Intel (tm) CPUs
|
||||
%include base-hypervisor-intelgpu.cfg # Specific virtualization configuration for Intel (tm) GPUs from 4th to the 9th generation (compatible with vfio-mdev).
|
||||
%include base-initial-setup.cfg # Includes initial-setup so on first-boot a new user can be created
|
||||
|
||||
reboot --kexec # Reboot straight into the system after a successfull installation
|
@ -1,23 +0,0 @@
|
||||
# __ ____ ____ _____
|
||||
# ____ / /_ __ __/ / /___ ____ ___ ___ / __ \/ ___/
|
||||
# / __ \/ __ \/ / / / / / __ \/ __ `__ \/ _ \ / / / /\__ \
|
||||
# / /_/ / / / / /_/ / / / /_/ / / / / / / __/ / /_/ /___/ /
|
||||
# / .___/_/ /_/\__, /_/_/\____/_/ /_/ /_/\___/ \____//____/
|
||||
# /_/ /____/
|
||||
|
||||
# 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-cdrom.cfg -o ../leaves/virtual-phyllome-desktop-cdrom.cfg
|
||||
|
||||
%include base-fedora-cdrom-repo.cfg # use the cdrom as means of installation
|
||||
%include base-storage.cfg # base storage
|
||||
%include base.cfg # A minimal machine
|
||||
%include base-desktop-gnome.cfg # A desktop environment that ships with virtual machine manager
|
||||
%include base-desktop-virtual-machine-manager.cfg # the virtual machine manager
|
||||
%include base-hypervisor.cfg # A base hypervisor
|
||||
%include base-guest-agents.cfg # Guest agents
|
||||
%include base-initial-setup-gnome.cfg # Includes initial-setup for GNOME
|
||||
|
||||
reboot --kexec # Reboot straight into the system after a successfull installation
|
Loading…
Reference in New Issue
Block a user