Skip to content

Commit

Permalink
Remove from the docs repo=hd installation with installable tree
Browse files Browse the repository at this point in the history
The install method inst.repo=hd:<device> with installable tree copied on
the disk is not supported anymore.
  • Loading branch information
jkonecny12 committed Aug 24, 2015
1 parent 468dede commit 54dc9b1
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion docs/boot-options.rst
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,8 @@ different ways:
Look for installer media in the specified disk device.

``inst.repo=hd:<device>:<path>``
Mount the given disk partition and install from the given path.
Mount the given disk partition and install from ISO file on the given path.
This installation method requires ISO file, which contains an installable tree.

``inst.repo=[http,https,ftp]://<host>/<path>``
Look for an installable tree at the given URL.
Expand Down Expand Up @@ -778,3 +779,10 @@ upgradeany
^^^^^^^^^^

Anaconda doesn't handle upgrades anymore.

.. inst.repo for installable tree:
inst.repo=hd:<device>:<path> for installable tree
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Anaconda can't use this option with installable tree but only with an ISO file.

0 comments on commit 54dc9b1

Please sign in to comment.