summaryrefslogtreecommitdiff
path: root/manual
diff options
context:
space:
mode:
Diffstat (limited to 'manual')
-rwxr-xr-xmanual/getting_started/ipod_install.tex25
1 files changed, 10 insertions, 15 deletions
diff --git a/manual/getting_started/ipod_install.tex b/manual/getting_started/ipod_install.tex
index 33cd8e2b4e..e3f5e5b0f6 100755
--- a/manual/getting_started/ipod_install.tex
+++ b/manual/getting_started/ipod_install.tex
@@ -84,7 +84,7 @@ you wish. Note that these files should be saved onto your computer's hard disk,
84 \end{code} 84 \end{code}
85 85
86 In order to install the ipod bootloader, you need to "unmount" this disk 86 In order to install the ipod bootloader, you need to "unmount" this disk
87 using the following command: 87 using the following command:
88 \begin{code} 88 \begin{code}
89 diskutil unmount /dev/disk1s2 89 diskutil unmount /dev/disk1s2
90 \end{code} 90 \end{code}
@@ -129,12 +129,7 @@ you wish. Note that these files should be saved onto your computer's hard disk,
129 \begin{code} 129 \begin{code}
130 \opt{ipodvideo}{ipodpatcher [device] -a bootloader-ipodvideo.ipod} 130 \opt{ipodvideo}{ipodpatcher [device] -a bootloader-ipodvideo.ipod}
131 \opt{ipodnano}{ipodpatcher [device] -a bootloader-ipodnano.ipod} 131 \opt{ipodnano}{ipodpatcher [device] -a bootloader-ipodnano.ipod}
132 \opt{ipodmini}{ipodpatcher [device] -a bootloader-ipodmini1g.ipod 132 \opt{ipodmini}{ipodpatcher [device] -a bootloader-ipodmini1g.ipod}
133 \end{code}
134 or
135 \begin{code}
136 ipodpatcher [device] -a ipodpatcher [device] -a bootloader-ipodmini2g.ipod
137 }
138 \opt{ipodcolor}{ipodpatcher [device] -a bootloader-ipodcolor.ipod} 133 \opt{ipodcolor}{ipodpatcher [device] -a bootloader-ipodcolor.ipod}
139 \opt{ipod4g}{ipodpatcher [device] -a bootloader-ipod4g.ipod} 134 \opt{ipod4g}{ipodpatcher [device] -a bootloader-ipod4g.ipod}
140 \opt{ipod3g}{ipodpatcher [device] -a bootloader-ipod3g.ipod} 135 \opt{ipod3g}{ipodpatcher [device] -a bootloader-ipod3g.ipod}
@@ -144,20 +139,20 @@ you wish. Note that these files should be saved onto your computer's hard disk,
144 \begin{code} 139 \begin{code}
145 \opt{ipodvideo}{./ipodpatcher [device] -a bootloader-ipodvideo.ipod} 140 \opt{ipodvideo}{./ipodpatcher [device] -a bootloader-ipodvideo.ipod}
146 \opt{ipodnano}{./ipodpatcher [device] -a bootloader-ipodnano.ipod} 141 \opt{ipodnano}{./ipodpatcher [device] -a bootloader-ipodnano.ipod}
147 \opt{ipodmini}{./ipodpatcher [device] -a bootloader-ipodmini1g.ipod 142 \opt{ipodmini}{./ipodpatcher [device] -a bootloader-ipodmini1g.ipod}
148 \end{code}
149 or
150 \begin{code}
151 or ipodpatcher [device] -a bootloader-ipodmini2g.ipod
152 }
153 \opt{ipodcolor}{./ipodpatcher [device] -a bootloader-ipodcolor.ipod} 143 \opt{ipodcolor}{./ipodpatcher [device] -a bootloader-ipodcolor.ipod}
154 \opt{ipod4g}{./ipodpatcher [device] -a bootloader-ipod4g.ipod} 144 \opt{ipod4g}{./ipodpatcher [device] -a bootloader-ipod4g.ipod}
155 \opt{ipod3g}{./ipodpatcher [device] -a bootloader-ipod3g.ipod} 145 \opt{ipod3g}{./ipodpatcher [device] -a bootloader-ipod3g.ipod}
156 \end{code} 146 \end{code}
157 147
158 Replace [device] with the number (Windows users) or device name (Mac OS X/Unix 148 Replace [device] with the number (Windows users) or device name (Mac OS X/Unix
159 users) you've been using to access your ipod. 149 users) you've been using to access your ipod.
160 150
151 \opt{ipodmini}{
152 \note{Ipod Mini 2g users should replace ``1g'' with ``2g'' in the above
153 commands.}
154 }
155
161 You can now disconnect your ipod from your computer in the normal way. This 156 You can now disconnect your ipod from your computer in the normal way. This
162 should cause your iPod to reboot and start Rockbox. 157 should cause your iPod to reboot and start Rockbox.
163 158