recipes refactoring and general clean-up
This commit is contained in:
@ -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