summaryrefslogtreecommitdiff
path: root/manual/getting_started
diff options
context:
space:
mode:
authorMichael DiFebbo <medifebbo@rockbox.org>2007-01-02 23:22:44 +0000
committerMichael DiFebbo <medifebbo@rockbox.org>2007-01-02 23:22:44 +0000
commit6f3914d7cebf63b7d064ca02216649b1644164e4 (patch)
treeefeb2e7ccff16963bc0a452394df98e582f09d05 /manual/getting_started
parentda8059fca5a5228c4fc51ce6840a529db4f6f32a (diff)
downloadrockbox-6f3914d7cebf63b7d064ca02216649b1644164e4.tar.gz
rockbox-6f3914d7cebf63b7d064ca02216649b1644164e4.zip
Whoops. That file shouldn't have been changed.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11888 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual/getting_started')
-rwxr-xr-xmanual/getting_started/ipod_install.tex26
1 files changed, 2 insertions, 24 deletions
diff --git a/manual/getting_started/ipod_install.tex b/manual/getting_started/ipod_install.tex
index 4158d155ca..43fe580b18 100755
--- a/manual/getting_started/ipod_install.tex
+++ b/manual/getting_started/ipod_install.tex
@@ -134,39 +134,17 @@ you wish. Note that these files should be saved onto your computer's hard disk,
134 134
135 \item Install the bootloader. 135 \item Install the bootloader.
136 Windows users should now type: 136 Windows users should now type:
137<<<<<<< ipod_install.tex
138 \begin{code}
139 \opt{ipodvideo}{ipodpatcher [device] -a bootloader-ipodvideo.ipod}%
140 \opt{ipodnano}{ipodpatcher [device] -a bootloader-ipodnano.ipod}%
141 \opt{ipodmini}{ipodpatcher [device] -a bootloader-ipodmini1g.ipod}%
142 \opt{ipodcolor}{ipodpatcher [device] -a bootloader-ipodcolor.ipod}%
143 \opt{ipod4g}{ipodpatcher [device] -a bootloader-ipod4g.ipod}%
144 \opt{ipod3g}{ipodpatcher [device] -a bootloader-ipod3g.ipod}%
145 \end{code}
146
147=======
148 \begin{code} 137 \begin{code}
149 ipodpatcher [device] -a \bootloaderfile 138 ipodpatcher [device] -a \bootloaderfile
150 \end{code} 139 \end{code}
151 % 140 %
152>>>>>>> 1.27 141
153 and Mac OS X/Unix users should type: 142 and Mac OS X/Unix users should type:
154<<<<<<< ipod_install.tex 143
155 \begin{code}
156 \opt{ipodvideo}{./ipodpatcher [device] -a bootloader-ipodvideo.ipod}%
157 \opt{ipodnano}{./ipodpatcher [device] -a bootloader-ipodnano.ipod}%
158 \opt{ipodmini}{./ipodpatcher [device] -a bootloader-ipodmini1g.ipod}%
159 \opt{ipodcolor}{./ipodpatcher [device] -a bootloader-ipodcolor.ipod}%
160 \opt{ipod4g}{./ipodpatcher [device] -a bootloader-ipod4g.ipod}%
161 \opt{ipod3g}{./ipodpatcher [device] -a bootloader-ipod3g.ipod}%
162 \end{code}
163
164=======
165 \begin{code} 144 \begin{code}
166 ./ipodpatcher [device] -a \bootloaderfile 145 ./ipodpatcher [device] -a \bootloaderfile
167 \end{code} 146 \end{code}
168 147
169>>>>>>> 1.27
170 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
171 users) you've been using to access your ipod. 149 users) you've been using to access your ipod.
172 150