From 829fc90be224477bb7b951940ea3d971dfbc1ec8 Mon Sep 17 00:00:00 2001 From: Jared Smith Date: Feb 27 2018 18:41:42 +0000 Subject: Minor cleanups --- diff --git a/en-US/anaconda/anaconda.adoc b/en-US/anaconda/anaconda.adoc index 5df4220..4adccb2 100644 --- a/en-US/anaconda/anaconda.adoc +++ b/en-US/anaconda/anaconda.adoc @@ -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 diff --git a/en-US/anaconda/anaconda_product_image.adoc b/en-US/anaconda/anaconda_product_image.adoc index 552d503..1c8da45 100644 --- a/en-US/anaconda/anaconda_product_image.adoc +++ b/en-US/anaconda/anaconda_product_image.adoc @@ -1,7 +1,7 @@ = Creating a Product image Anaconda supports several ways to load new code at runtime. -Passing `inst.updates=` is one way to do this and is documented on the file:anaconda_updates.html[updates]] page. +Passing `inst.updates=` 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: ----