m (1 revision(s)) |
(review doc) |
||
(One intermediate revision by one other user not shown) | |||
Line 4: | Line 4: | ||
= Kickstart Snippets = | = Kickstart Snippets = | ||
kickstart is the automated mode of installation of the [ | kickstart is the automated mode of installation of the [[Anaconda]] installer. To use it, you create a text file with command directives describing all of the things the installation program should do. Additionally, it includes the flexibility to include scripts to run before and after the installation process as well as in the case of errors. | ||
Have a neat trick with kickstart? List it here! | Have a neat trick with kickstart? List it here! | ||
---- | ---- | ||
AnacondaExtendingKickstart Techniques for extending Kickstart's capabilities | [[ AnacondaExtendingKickstart ]] Techniques for extending Kickstart's capabilities | ||
---- | ---- | ||
[[Category:Anaconda]] | [[Category:Anaconda]] |
Latest revision as of 08:53, 8 August 2018
Kickstart Snippets
kickstart is the automated mode of installation of the Anaconda installer. To use it, you create a text file with command directives describing all of the things the installation program should do. Additionally, it includes the flexibility to include scripts to run before and after the installation process as well as in the case of errors.
Have a neat trick with kickstart? List it here!
AnacondaExtendingKickstart Techniques for extending Kickstart's capabilities