Minor cleanups

This commit is contained in:
Jared Smith 2018-02-27 10:08:09 -05:00
parent 65530d498d
commit 1646272a70
2 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -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:
----