summaryrefslogtreecommitdiffstats
path: root/docs/ideviceimagemounter.1
diff options
context:
space:
mode:
Diffstat (limited to 'docs/ideviceimagemounter.1')
-rw-r--r--docs/ideviceimagemounter.134
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
3ideviceimagemounter \- Mount disk images on the device. 3ideviceimagemounter \- 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
10Mounts the specified disk image on the device. 10Mount, list, or unmount a disk image on the device.
11
12.SH COMMANDS
13.TP
14.B mount PATH
15Mount the developer disk image at PATH.
16For iOS 17+, PATH is a directory containing a .dmg image, a BuildManifest.plist,
17and a Firmware sub-directory.
18
19For older versions PATH is a .dmg filename with a .dmg.signature file in the same directory, or with
20another parameter pointing to a file elsewhere.
21.TP
22.B list
23List mounted disk images.
24.TP
25.B unmount PATH
26Unmount the image mounted at PATH.
27.TP
28.B devmodestatus
29Query 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
21enable communication debugging. 40enable communication debugging.
22.TP 41.TP
23.B \-l, \-\-list
24list mount information
25.TP
26.B \-t, \-\-imagetype NAME 42.B \-t, \-\-imagetype NAME
27the image type to use, default is 'Developer' 43the 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
36prints version information. 52prints version information.
37.TP
38.B IMAGE_FILE
39the image filename to mount
40.TP
41.B IMAGE_SIGNATURE_FILE
42corresponding signature file for image filename
43 53
44.SH AUTHOR 54.SH AUTHOR
45Nikias Bassen 55Nikias Bassen