Change a link to an xref

This commit is contained in:
Petr Bokoc 2019-02-26 22:15:59 +01:00
parent e5e8d6e385
commit eb59bb8935

View file

@ -1,7 +1,7 @@
= Creating a Product image = Creating a Product image
Anaconda supports several ways to load new code at runtime. 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 link:anaconda_updates.html[updates] page. Passing `inst.updates=<url>` is one way to do this and is documented on the xref:anaconda/anaconda_updates.adoc[updates] page.
Another is to include a product.img in the install tree, inside the `/images/` directory. 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. It will be applied at runtime and can overwrite any file on the system, just like the updates.img.