mirror of
https://github.com/blacktop/ipsw.git
synced 2026-05-08 12:22:26 +00:00
docs: update symbolicate guide to include symbol server daemon config example
This commit is contained in:
+4
-3
@@ -1588,6 +1588,9 @@
|
||||
"200": {
|
||||
"$ref": "#/responses/successResponse"
|
||||
},
|
||||
"409": {
|
||||
"$ref": "#/responses/genericError"
|
||||
},
|
||||
"500": {
|
||||
"$ref": "#/responses/genericError"
|
||||
}
|
||||
@@ -4641,9 +4644,7 @@
|
||||
"IsSeed": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"RestoreBuildGroup": {
|
||||
"type": "string"
|
||||
},
|
||||
"RestoreBuildGroup": {},
|
||||
"RestoreLongVersion": {
|
||||
"type": "string"
|
||||
},
|
||||
|
||||
@@ -136,7 +136,27 @@ database:
|
||||
host: localhost
|
||||
port: 5432
|
||||
user: blacktop
|
||||
```
|
||||
```
|
||||
|
||||
:::info
|
||||
To add kernel symbolication
|
||||
|
||||
Get the signatures
|
||||
|
||||
```bash
|
||||
git clone https://github.com/blacktop/symbolicator.git
|
||||
```
|
||||
|
||||
Add them to your `~/.config/ipsw/config.yml`
|
||||
|
||||
```yaml
|
||||
daemon:
|
||||
sigs-dir: /path/to/blacktop/symbolicator/kernel
|
||||
```
|
||||
|
||||
> For more information see the blog [Kernel Symbolication](https://blacktop.github.io/ipsw/blog/kernel-symbolication)
|
||||
|
||||
:::
|
||||
|
||||
### Start `ipswd`
|
||||
|
||||
|
||||
@@ -1588,6 +1588,9 @@
|
||||
"200": {
|
||||
"$ref": "#/responses/successResponse"
|
||||
},
|
||||
"409": {
|
||||
"$ref": "#/responses/genericError"
|
||||
},
|
||||
"500": {
|
||||
"$ref": "#/responses/genericError"
|
||||
}
|
||||
@@ -4641,9 +4644,7 @@
|
||||
"IsSeed": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"RestoreBuildGroup": {
|
||||
"type": "string"
|
||||
},
|
||||
"RestoreBuildGroup": {},
|
||||
"RestoreLongVersion": {
|
||||
"type": "string"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user