diff options
| author | Michael DiFebbo <medifebbo@rockbox.org> | 2006-05-25 16:39:25 +0000 |
|---|---|---|
| committer | Michael DiFebbo <medifebbo@rockbox.org> | 2006-05-25 16:39:25 +0000 |
| commit | dae08b346b180d9b4325e4c01ddd8ba103cb2de2 (patch) | |
| tree | 5af0ceba5b0c419e30740980e56b2f9270485011 | |
| parent | a120e5b4eaea7c285c47f98ec58cbdce20ceb3ca (diff) | |
| download | rockbox-dae08b346b180d9b4325e4c01ddd8ba103cb2de2.zip rockbox-dae08b346b180d9b4325e4c01ddd8ba103cb2de2.tar.gz rockbox-dae08b346b180d9b4325e4c01ddd8ba103cb2de2.tar.bz2 rockbox-dae08b346b180d9b4325e4c01ddd8ba103cb2de2.tar.xz | |
Updates to installation instructions to insert a placeholder for bootloader installation instructions for ipod and iaudio platforms.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9990 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | manual/getting_started/main.tex | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/manual/getting_started/main.tex b/manual/getting_started/main.tex index addf434..0e55fc1 100644 --- a/manual/getting_started/main.tex +++ b/manual/getting_started/main.tex @@ -46,6 +46,7 @@ of call when looking for further help. the procedure is still fairly simple. } \opt{SWCODEC}{ +\subsection{Introduction} There are two separate components of Rockbox that need to be installed in order to run Rockbox. \begin{enumerate} @@ -58,7 +59,10 @@ to run Rockbox. build contain a file named \firmwarefilename\ and a directory called \fname{.rockbox} which are located in the root directory of your hard drive. \end{enumerate} -\opt{h1xx,h300}{\input{getting_started/iriver_install}} +\opt{h1xx,h300}{\input{getting_started/iriver_install.tex}} +\opt{ipod4g,ipodcolor,ipodnano,ipodmini,ipodvideo} + {\input{getting_started/ipod_install.tex}} +\opt{x5}{\input{getting_started/iaudio_install.tex}} \subsection{Installing the firmware} After installing the bootloader the installation becomes fairly easy. |