diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/ideviceimagemounter.1 | 34 |
1 files changed, 22 insertions, 12 deletions
diff --git a/docs/ideviceimagemounter.1 b/docs/ideviceimagemounter.1 index 832850a..1fe7e45 100644 --- a/docs/ideviceimagemounter.1 +++ b/docs/ideviceimagemounter.1 | |||
@@ -1,13 +1,32 @@ | |||
1 | .TH "ideviceimagemounter" 1 | 1 | .TH "ideviceimagemounter" 1 |
2 | .SH NAME | 2 | .SH NAME |
3 | ideviceimagemounter \- Mount disk images on the device. | 3 | ideviceimagemounter \- Mount, list, or unmount a disk image on the device. |
4 | .SH SYNOPSIS | 4 | .SH SYNOPSIS |
5 | .B ideviceimagemounter | 5 | .B ideviceimagemounter |
6 | [OPTIONS] IMAGE_FILE IMAGE_SIGNATURE_FILE | 6 | [OPTIONS] COMMAND [COMMAND OPTIONS] |
7 | 7 | ||
8 | .SH DESCRIPTION | 8 | .SH DESCRIPTION |
9 | 9 | ||
10 | Mounts the specified disk image on the device. | 10 | Mount, list, or unmount a disk image on the device. |
11 | |||
12 | .SH COMMANDS | ||
13 | .TP | ||
14 | .B mount PATH | ||
15 | Mount the developer disk image at PATH. | ||
16 | For iOS 17+, PATH is a directory containing a .dmg image, a BuildManifest.plist, | ||
17 | and a Firmware sub-directory. | ||
18 | |||
19 | For older versions PATH is a .dmg filename with a .dmg.signature file in the same directory, or with | ||
20 | another parameter pointing to a file elsewhere. | ||
21 | .TP | ||
22 | .B list | ||
23 | List mounted disk images. | ||
24 | .TP | ||
25 | .B unmount PATH | ||
26 | Unmount the image mounted at PATH. | ||
27 | .TP | ||
28 | .B devmodestatus | ||
29 | Query the developer mode status (iOS 16+) | ||
11 | 30 | ||
12 | .SH OPTIONS | 31 | .SH OPTIONS |
13 | .TP | 32 | .TP |
@@ -20,9 +39,6 @@ connect to network device. | |||
20 | .B \-d, \-\-debug | 39 | .B \-d, \-\-debug |
21 | enable communication debugging. | 40 | enable communication debugging. |
22 | .TP | 41 | .TP |
23 | .B \-l, \-\-list | ||
24 | list mount information | ||
25 | .TP | ||
26 | .B \-t, \-\-imagetype NAME | 42 | .B \-t, \-\-imagetype NAME |
27 | the image type to use, default is 'Developer' | 43 | the image type to use, default is 'Developer' |
28 | .TP | 44 | .TP |
@@ -34,12 +50,6 @@ prints usage information | |||
34 | .TP | 50 | .TP |
35 | .B \-v, \-\-version | 51 | .B \-v, \-\-version |
36 | prints version information. | 52 | prints version information. |
37 | .TP | ||
38 | .B IMAGE_FILE | ||
39 | the image filename to mount | ||
40 | .TP | ||
41 | .B IMAGE_SIGNATURE_FILE | ||
42 | corresponding signature file for image filename | ||
43 | 53 | ||
44 | .SH AUTHOR | 54 | .SH AUTHOR |
45 | Nikias Bassen | 55 | Nikias Bassen |