mirror of
https://pagure.io/fedora-docs/quick-docs.git
synced 2024-11-24 21:35:17 +00:00
Minor cleanups
This commit is contained in:
parent
72a620880a
commit
829fc90be2
2 changed files with 3 additions and 3 deletions
|
@ -40,7 +40,7 @@ This is the best place to share tips and tricks about kickstart.
|
|||
[id="distribution-builders"]
|
||||
== Distribution Builders
|
||||
|
||||
For information on how to customize Anaconda and trees created with it, please see link:anaconda_product_image[product.img], link:Anaconda/BuildDocProject[BuildDocProject] and link:Anaconda/Customization[Customization].
|
||||
For information on how to customize Anaconda and trees created with it, please see link:anaconda_product_image.html[product.img].
|
||||
|
||||
[id="mailing-lists"]
|
||||
== Mailing Lists
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
= Creating a Product image
|
||||
|
||||
Anaconda supports several ways to load new code at runtime.
|
||||
Passing `inst.updates=<url>` is one way to do this and is documented on the file:anaconda_updates.html[updates]] page.
|
||||
Passing `inst.updates=<url>` is one way to do this and is documented on the file:/anaconda/anaconda_updates.html[updates] page.
|
||||
Another is to include a product.img in the install tree, inside the `/images/` directory.
|
||||
It will be applied at runtime and can overwrite any file on the system, just like the updates.img.
|
||||
|
||||
|
@ -13,7 +13,7 @@ mkdir -p product/run/install/product/pyanaconda/installclasses/
|
|||
vim product/run/install/product/pyanaconda/installclasses/custom.py
|
||||
----
|
||||
|
||||
Create new installclass, see link:https://git.fedorahosted.org/cgit/anaconda.git/tree/pyanaconda/installclasses[Anaconda] for examples.
|
||||
Create new installclass, see link:https://git.fedorahosted.org/cgit/anaconda.git/tree/pyanaconda/installclasses[Anaconda code] for examples.
|
||||
Now you can create the product.img:
|
||||
|
||||
----
|
||||
|
|
Loading…
Reference in a new issue