add documentation for arch installation

This commit is contained in:
2026-07-23 02:28:59 +02:00
parent 5822020b89
commit e0fad8e6ed
9 changed files with 973 additions and 73 deletions
+32
View File
@@ -0,0 +1,32 @@
.docname {Thunderbolt}
.include {docs}
To connect a laptop with a thunderbolt docking station and use all its features, the thunderbolt docking station must be
added as a trusted devoce. Without this, only basic features can be used.
Install the tool bolt: `sudo pacman -S bolt`
Then list all available devices with `boltctl list`.
## Temporarily Authorizing Devices
A device can be authorized with `boltctl authorize <device id>`
.example {Example}
```sh
boldctl authorize 000b400c-2177-d400-ffff-ffffffffffff
```
## Permanently Authorizing Devices
Above command is only a temporary authorization and will be lost upon reboot. To permanently authorize a device,
it should be enrolled.
Use the `boltctl enroll <device id>` command to permanently enroll a device.
.example {Example}
```sh
boltctl enroll 000b400c-2177-d400-ffff-ffffffffffff
```