summaryrefslogtreecommitdiff
path: root/manual/getting_started/ipod_install.tex
diff options
context:
space:
mode:
authorMichael DiFebbo <medifebbo@rockbox.org>2007-01-02 23:10:41 +0000
committerMichael DiFebbo <medifebbo@rockbox.org>2007-01-02 23:10:41 +0000
commitda8059fca5a5228c4fc51ce6840a529db4f6f32a (patch)
treee94412db33bd6dda6cb268223131d3825dca0ffb /manual/getting_started/ipod_install.tex
parent40afbd2a6574e25077d099f1f01371a4b72c8b33 (diff)
downloadrockbox-da8059fca5a5228c4fc51ce6840a529db4f6f32a.tar.gz
rockbox-da8059fca5a5228c4fc51ce6840a529db4f6f32a.zip
Added a note to the ipod installation instructions explaining that Rockbox requires the ipod to be formatted in the FAT32 file system, not HFS+.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11887 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual/getting_started/ipod_install.tex')
-rwxr-xr-xmanual/getting_started/ipod_install.tex24
1 files changed, 24 insertions, 0 deletions
diff --git a/manual/getting_started/ipod_install.tex b/manual/getting_started/ipod_install.tex
index 3db63aced8..4158d155ca 100755
--- a/manual/getting_started/ipod_install.tex
+++ b/manual/getting_started/ipod_install.tex
@@ -134,15 +134,39 @@ 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=======
137 \begin{code} 148 \begin{code}
138 ipodpatcher [device] -a \bootloaderfile 149 ipodpatcher [device] -a \bootloaderfile
139 \end{code} 150 \end{code}
140 % 151 %
152>>>>>>> 1.27
141 and Mac OS X/Unix users should type: 153 and Mac OS X/Unix users should type:
154<<<<<<< ipod_install.tex
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=======
142 \begin{code} 165 \begin{code}
143 ./ipodpatcher [device] -a \bootloaderfile 166 ./ipodpatcher [device] -a \bootloaderfile
144 \end{code} 167 \end{code}
145 168
169>>>>>>> 1.27
146 Replace [device] with the number (Windows users) or device name (Mac OS X/Unix 170 Replace [device] with the number (Windows users) or device name (Mac OS X/Unix
147 users) you've been using to access your ipod. 171 users) you've been using to access your ipod.
148 172