diff options
author | Michael DiFebbo <medifebbo@rockbox.org> | 2007-01-02 18:27:29 +0000 |
---|---|---|
committer | Michael DiFebbo <medifebbo@rockbox.org> | 2007-01-02 18:27:29 +0000 |
commit | 8bde9475b5b6d61a8e5e4a548c50ea161eb663ac (patch) | |
tree | b8d327713e07f12b9e158bb93bcf6199d2e902e6 /manual | |
parent | 4f8e7250f4d8d9e214fb7eb8cb4cdfdeb5a44758 (diff) | |
download | rockbox-8bde9475b5b6d61a8e5e4a548c50ea161eb663ac.tar.gz rockbox-8bde9475b5b6d61a8e5e4a548c50ea161eb663ac.zip |
Fix broken build for Rockbox Manual for Ipod Mini.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11885 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual')
-rwxr-xr-x | manual/getting_started/ipod_install.tex | 25 |
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, \end{code} In order to install the ipod bootloader, you need to "unmount" this disk - using the following command: + using the following command: \begin{code} diskutil unmount /dev/disk1s2 \end{code} @@ -129,12 +129,7 @@ you wish. Note that these files should be saved onto your computer's hard disk, \begin{code} \opt{ipodvideo}{ipodpatcher [device] -a bootloader-ipodvideo.ipod} \opt{ipodnano}{ipodpatcher [device] -a bootloader-ipodnano.ipod} - \opt{ipodmini}{ipodpatcher [device] -a bootloader-ipodmini1g.ipod - \end{code} - or - \begin{code} - ipodpatcher [device] -a ipodpatcher [device] -a bootloader-ipodmini2g.ipod - } + \opt{ipodmini}{ipodpatcher [device] -a bootloader-ipodmini1g.ipod} \opt{ipodcolor}{ipodpatcher [device] -a bootloader-ipodcolor.ipod} \opt{ipod4g}{ipodpatcher [device] -a bootloader-ipod4g.ipod} \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, \begin{code} \opt{ipodvideo}{./ipodpatcher [device] -a bootloader-ipodvideo.ipod} \opt{ipodnano}{./ipodpatcher [device] -a bootloader-ipodnano.ipod} - \opt{ipodmini}{./ipodpatcher [device] -a bootloader-ipodmini1g.ipod - \end{code} - or - \begin{code} - or ipodpatcher [device] -a bootloader-ipodmini2g.ipod - } + \opt{ipodmini}{./ipodpatcher [device] -a bootloader-ipodmini1g.ipod} \opt{ipodcolor}{./ipodpatcher [device] -a bootloader-ipodcolor.ipod} \opt{ipod4g}{./ipodpatcher [device] -a bootloader-ipod4g.ipod} \opt{ipod3g}{./ipodpatcher [device] -a bootloader-ipod3g.ipod} \end{code} Replace [device] with the number (Windows users) or device name (Mac OS X/Unix - users) you've been using to access your ipod. - + users) you've been using to access your ipod. + + \opt{ipodmini}{ + \note{Ipod Mini 2g users should replace ``1g'' with ``2g'' in the above + commands.} + } + You can now disconnect your ipod from your computer in the normal way. This should cause your iPod to reboot and start Rockbox. |