simplify recipes
This commit is contained in:
@ -5,10 +5,10 @@
|
||||
# / .___/_/ /_/\__, /_/_/\____/_/ /_/ /_/\___/ \____//____/
|
||||
# /_/ /____/
|
||||
|
||||
# What ? This kickstart file contains the recipe to bootstrap a live desktop hypervisor machine.
|
||||
# What ? This kickstart file bootstraps a live desktop hypervisor machine.
|
||||
|
||||
# This file needs to be flattened: flattening is like cooking ingredients in a specific order to make a dish.
|
||||
# You can do that with the ksflatten tool provided by the pykickstart package on Fedora :
|
||||
# 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
|
||||
|
||||
# Instructions for creating an ISO file
|
||||
@ -28,5 +28,4 @@
|
||||
%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-live-desktop-quirks.cfg # Some live-related quirks
|
||||
%include ../ingredients/base-hypervisor.cfg # A base hypervisor
|
Reference in New Issue
Block a user