Skip to content

Commit

Permalink
Automated developer guide update
Browse files Browse the repository at this point in the history
  • Loading branch information
schutzbot committed Sep 11, 2024
1 parent fe7d7d1 commit 5d3df8c
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 18 deletions.
1 change: 1 addition & 0 deletions docs/bootc/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@ The following image types are currently available via the `--type` argument:
| `vmdk` | [VMDK](https://en.wikipedia.org/wiki/VMDK) usable in vSphere, among others |
| `anaconda-iso` | An unattended Anaconda installer that installs to the first disk found. |
| `raw` | Unformatted [raw disk](https://en.wikipedia.org/wiki/Rawdisk). |
| `vhd` | [vhd](https://en.wikipedia.org/wiki/VHD_(file_format)) usable in Virtual PC, among others |

## 💾 Target architecture

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,27 +48,11 @@ Root hash gets written to `root_hash_file`
"properties": {
"data_device": {
"type": "object",
"additionalProperties": false,
"required": [
"path"
],
"properties": {
"path": {
"type": "string"
}
}
"additionalProperties": true
},
"hash_device": {
"type": "object",
"additionalProperties": false,
"required": [
"path"
],
"properties": {
"path": {
"type": "string"
}
}
"additionalProperties": true
}
}
}
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
---
custom_edit_url: https://github.com/osbuild/osbuild/tree/main/stages/org.osbuild.pki.update-ca-trust.meta.json
---
# org.osbuild.pki.update-ca-trust
<!--
[//]: # ( DO NOT MODIFY THIS FILE! )
[//]: # ( This content is generated by `scripts/pull_osbuild_modules.py` )
[//]: # ( Rather change the source of this: https://github.com/osbuild/osbuild/tree/main/stages/org.osbuild.pki.update-ca-trust.meta.json )
-->

**Extract CA trust store**

Extract PEM/DER CA files from /etc/pki/ca-trust/source/ by calling
the 'update-ca-trust extract' command.

## Schema 1

```json
{
"additionalProperties": false
}
```

## Schema 2

```json
{}
```

0 comments on commit 5d3df8c

Please sign in to comment.