diff options
author | Felix Bier <Felix.Bier@rohde-schwarz.com> | 2020-11-10 00:56:19 +0000 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2020-11-14 11:34:57 -0500 |
commit | 2861038ae8c3c67f3000c976ed8177f63169712c (patch) | |
tree | cc08ea33731bbaf08ca9cfe01bdec4c61cb95147 /examples | |
parent | Move from PORTDIR_OVERLAY to repos.conf (diff) | |
download | catalyst-2861038ae8c3c67f3000c976ed8177f63169712c.tar.gz catalyst-2861038ae8c3c67f3000c976ed8177f63169712c.tar.bz2 catalyst-2861038ae8c3c67f3000c976ed8177f63169712c.zip |
doc: Make existing multi-overlay support more explicit
The code already supports multiple repositories. This commit adapts the
documentation to make this more explicit.
Signed-off-by: Felix Bier <felix.bier@rohde-schwarz.com>
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'examples')
-rw-r--r-- | examples/generic_stage_template.spec | 5 | ||||
-rw-r--r-- | examples/livecd-stage1_template.spec | 5 | ||||
-rw-r--r-- | examples/livecd-stage2_template.spec | 5 | ||||
-rw-r--r-- | examples/netboot_template.spec | 5 | ||||
-rw-r--r-- | examples/stage4_template.spec | 5 |
5 files changed, 15 insertions, 10 deletions
diff --git a/examples/generic_stage_template.spec b/examples/generic_stage_template.spec index 8f0375c4..8c8889bf 100644 --- a/examples/generic_stage_template.spec +++ b/examples/generic_stage_template.spec @@ -89,8 +89,9 @@ decompressor_search_order: lbzip2 bzip2 tar pixz xz gzip squashfs # portage_confdir: /etc/portage portage_confdir: -# This option specifies the location to a portage overlay that you would like to -# have used when building this target. +# This option specifies the location of the ebuild repositories that you would +# like to have used when building this target. It takes a space-separated list +# of directory names. # example: # portage_overlay: /usr/local/portage portage_overlay: diff --git a/examples/livecd-stage1_template.spec b/examples/livecd-stage1_template.spec index b921372a..269a1e3d 100644 --- a/examples/livecd-stage1_template.spec +++ b/examples/livecd-stage1_template.spec @@ -52,8 +52,9 @@ source_subpath: # portage_confdir: /etc/portage portage_confdir: -# This option specifies the location to a portage overlay that you would like to -# have used when building this target. +# This option specifies the location of the ebuild repositories that you would +# like to have used when building this target. It takes a space-separated list +# of directory names. # example: # portage_overlay: /usr/local/portage portage_overlay: diff --git a/examples/livecd-stage2_template.spec b/examples/livecd-stage2_template.spec index ac1cd3e4..4f50919f 100644 --- a/examples/livecd-stage2_template.spec +++ b/examples/livecd-stage2_template.spec @@ -52,8 +52,9 @@ source_subpath: # portage_confdir: /etc/portage portage_confdir: -# This option specifies the location to a portage overlay that you would like to -# have used when building this target. +# This option specifies the location of the ebuild repositories that you would +# like to have used when building this target. It takes a space-separated list +# of directory names. # example: # portage_overlay: /usr/local/portage portage_overlay: diff --git a/examples/netboot_template.spec b/examples/netboot_template.spec index 4f76b8ff..ad9d993c 100644 --- a/examples/netboot_template.spec +++ b/examples/netboot_template.spec @@ -6,8 +6,9 @@ profile: uclibc/mips snapshot: 20060107 source_subpath: default/stage3-mips-uclibc-mips3-2006.126 -# This option specifies the location to a portage overlay that you would like to -# have used when building this target. +# This option specifies the location of the ebuild repositories that you would +# like to have used when building this target. It takes a space-separated list +# of directory names. # example: # portage_overlay: /usr/local/portage portage_overlay: diff --git a/examples/stage4_template.spec b/examples/stage4_template.spec index c901eabc..aea70e86 100644 --- a/examples/stage4_template.spec +++ b/examples/stage4_template.spec @@ -52,8 +52,9 @@ source_subpath: # portage_confdir: /etc/portage portage_confdir: -# This option specifies the location to a portage overlay that you would like to -# have used when building this target. +# This option specifies the location of the ebuild repositories that you would +# like to have used when building this target. It takes a space-separated list +# of directory names. # example: # portage_overlay: /usr/local/portage portage_overlay: |