Skip to content

Commit

Permalink
boot-options.rst: add a note about hd iso source
Browse files Browse the repository at this point in the history
Mention that inst.repo=hd:device:path.iso can be used and is automatically detected.
  • Loading branch information
kparal committed Aug 13, 2015
1 parent 9de75d8 commit 4f2aa62
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions docs/boot-options.rst
Expand Up @@ -66,6 +66,11 @@ different ways:
``inst.repo=hd:<device>:<path>``
Mount the given disk partition and install from the given path.

This accepts not just an installable tree directory in the ``<path>`` element,
but you can also specify an ``.iso`` file. That ISO file is then mounted and
used as the installation tree. This is often used for simulating a standard
DVD installation using a local ``DVD.iso`` image.

``inst.repo=[http,https,ftp]://<host>/<path>``
Look for an installable tree at the given URL.

Expand All @@ -74,9 +79,9 @@ different ways:

You can specify what version of the NFS protocol to use by adding ``nfsvers=X``
to the `options`.

This accepts not just an installable tree directory in the ``<path>`` element,
but you can also specify an ``.iso`` file. That ISO file is then mounted and
but you can also specify an ``.iso`` file. That ISO file is then mounted and
used as the installation tree. This is often used for simulating a standard
DVD installation using a remote ``DVD.iso`` image.

Expand Down

1 comment on commit 4f2aa62

@clumens
Copy link

@clumens clumens commented on 4f2aa62 Sep 4, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hd: is intended to be used only with a .iso file in the directory. We don't support the exploded tree method. See also 54dc9b1. This commit would need to be updated in light of that.

Please sign in to comment.