Fix documentation regarding URI styles

In reference to commit 760a65558f
the support for iso:// URI types was dropped some time ago.
However, the documentation was not properly updated. This
commit fixes it
This commit is contained in:
Marcus Schäfer 2025-01-22 10:38:09 +01:00
parent d2799e87e2
commit c9beec2ea7
No known key found for this signature in database
GPG Key ID: A16C1128698C8CAC
3 changed files with 0 additions and 15 deletions

View File

@ -238,11 +238,6 @@ URI_TYPES
Internal Open Buildservice repository. The source data is translated into
an HTTP URL pointing to download.suse.de.
- **iso://**
Local ISO file. {kiwi} loop mounts the file and uses the mount point
as temporary directory source type.
- **dir://**
Local directory.

View File

@ -123,7 +123,3 @@ following paths types:
- `dir:///path/to/directory` or `file:///path/to/file`: an absolute path to
a local directory or file available on the host building the
appliance.
- `iso:///path/to/image.iso`: the specified ISO image is mounted
during the build of the {kiwi} image and a repository is created,
pointing to the mounted ISO.

View File

@ -1535,12 +1535,6 @@ the following location indicators:
individual to the used distribution. On SUSE systems as one example
this would be `openssl-certs` and `cracklib-dict-full`
* ``iso://<iso://>``
An absolute path to an .iso file accessible via the local file
system. {kiwi} will loop mount the the .iso file to a temporary
directory with a generated name. The generated path is provided to
the specified package manager as a directory based repository location.
* ``obs://Open:Build:Service:Project:Name``
A reference to a project in the Open Build Service (OBS). {kiwi}
translates the given project path into a remote url at which