1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-07-17 01:32:37 +02:00

update examples

This commit is contained in:
Kelly Brazil
2021-06-30 14:30:35 -07:00
parent a452f8252a
commit 5321a15dcf
4 changed files with 8 additions and 8 deletions

View File

@ -66,8 +66,8 @@ Examples:
"device": "/dev/sda1",
"boot": true,
"start": 0,
"end": null,
"cyls": null,
"end": 130,
"cyls": 131,
"blocks": 1048576,
"id": "83",
"system": "Linux"
@ -76,8 +76,8 @@ Examples:
"device": "/dev/sda2",
"boot": false,
"start": 130,
"end": null,
"cyls": null,
"end": 2610,
"cyls": 2481,
"blocks": 19921920,
"id": "8e",
"system": "Linux LVM"

Binary file not shown.

View File

@ -63,8 +63,8 @@ Examples:
"device": "/dev/sda1",
"boot": true,
"start": 0,
"end": null,
"cyls": null,
"end": 130,
"cyls": 131,
"blocks": 1048576,
"id": "83",
"system": "Linux"
@ -73,8 +73,8 @@ Examples:
"device": "/dev/sda2",
"boot": false,
"start": 130,
"end": null,
"cyls": null,
"end": 2610,
"cyls": 2481,
"blocks": 19921920,
"id": "8e",
"system": "Linux LVM"

Binary file not shown.