Skip to content

Commit

Permalink
Update enclave documentation
Browse files Browse the repository at this point in the history
Fixup repo setup in the build documentation
  • Loading branch information
schaefi committed Sep 10, 2024
1 parent b007d9f commit 2e3cdd5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/source/building_images/build_enclave.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ To add an enclave build to your appliance, create a `type` element with

.. code:: xml
<image schemaversion="{schema_version}" name="Tumbleweed_enclave">
<image schemaversion="{schema_version}" name="kiwi-test-image-nitro-enclave">
<!-- snip -->
<profiles>
<profile name="default" description="CPIO: default profile" import="true"/>
Expand All @@ -33,7 +33,7 @@ To add an enclave build to your appliance, create a `type` element with
<!-- additional preferences -->
</preferences>
<packages type="image" profiles="std">
<package name="kernel-default"/>
<package name="kernel"/>
</packages>
<!-- more packages -->
<!-- snip -->
Expand All @@ -59,7 +59,7 @@ image using {kiwi}:
$ sudo kiwi-ng system build \
--description kiwi/build-tests/{exc_description_enclave} \
--set-repo {exc_repo_tumbleweed} \
--set-repo {exc_repo_rawhide} \
--target-dir /tmp/myimage
The resulting image is saved in :file:`/tmp/myimage`, and the image can
Expand Down
1 change: 1 addition & 0 deletions doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ def setup(app):
'{exc_image_version}': '1.15.3',
'{exc_repo_leap}': 'obs://openSUSE:Leap:15.5/standard',
'{exc_repo_tumbleweed}': 'http://download.opensuse.org/tumbleweed/repo/oss',
'{exc_repo_rawhide}': 'https://mirrors.fedoraproject.org/metalink?repo=rawhide&arch=x86_64',
'{exc_kiwi_repo}':
'obs://Virtualization:Appliances:Builder/openSUSE_Leap_15.5',
'{schema_version}': '8.0',
Expand Down

0 comments on commit 2e3cdd5

Please sign in to comment.