diff options
| author | Martin Arver <martin.arver@gmail.com> | 2006-09-20 10:44:19 +0000 |
|---|---|---|
| committer | Martin Arver <martin.arver@gmail.com> | 2006-09-20 10:44:19 +0000 |
| commit | 68b4922034cc6f2d80fa65f9c96966347662e1e8 (patch) | |
| tree | d6640ef5563eed4eeb552fc50090128a30b6676f | |
| parent | 1ea743fa9d3ce70c85e5bf53f7b5fa5f00036be1 (diff) | |
| download | rockbox-68b4922034cc6f2d80fa65f9c96966347662e1e8.zip rockbox-68b4922034cc6f2d80fa65f9c96966347662e1e8.tar.gz rockbox-68b4922034cc6f2d80fa65f9c96966347662e1e8.tar.bz2 rockbox-68b4922034cc6f2d80fa65f9c96966347662e1e8.tar.xz | |
Fix double inclusion of the bootloader subsection
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11011 a1c6a512-1295-4272-9138-f99709370657
| -rwxr-xr-x | manual/getting_started/h10_install.tex | 1 | ||||
| -rwxr-xr-x | manual/getting_started/iaudio_install.tex | 1 | ||||
| -rw-r--r-- | manual/getting_started/installation.tex | 2 | ||||
| -rw-r--r-- | manual/getting_started/iriver_install.tex | 2 |
4 files changed, 3 insertions, 3 deletions
diff --git a/manual/getting_started/h10_install.tex b/manual/getting_started/h10_install.tex new file mode 100755 index 0000000..e631100 --- /dev/null +++ b/manual/getting_started/h10_install.tex @@ -0,0 +1 @@ +\fixme{To do: Complete this section H10 platforms.}
\ No newline at end of file diff --git a/manual/getting_started/iaudio_install.tex b/manual/getting_started/iaudio_install.tex index f0c932a..340fe92 100755 --- a/manual/getting_started/iaudio_install.tex +++ b/manual/getting_started/iaudio_install.tex @@ -1,2 +1 @@ -\subsection{Installing the bootloader} \fixme{To do: Complete this section for Iaudio platforms.}
\ No newline at end of file diff --git a/manual/getting_started/installation.tex b/manual/getting_started/installation.tex index 7a9ada5..323932a 100644 --- a/manual/getting_started/installation.tex +++ b/manual/getting_started/installation.tex @@ -89,7 +89,7 @@ software. \opt{h1xx,h300}{\input{getting_started/iriver_install.tex}} \opt{ipod}{\input{getting_started/ipod_install.tex}} \opt{x5}{\input{getting_started/iaudio_install.tex}} - \opt{h10,h10_5gb}{\fixme{Write install instructions}} + \opt{h10,h10_5gb}{getting_started/h10_install.tex}} \subsection{Installing the firmware} After installing the bootloader, the installation becomes fairly easy. diff --git a/manual/getting_started/iriver_install.tex b/manual/getting_started/iriver_install.tex index 5d8e6b4..fb950a2 100644 --- a/manual/getting_started/iriver_install.tex +++ b/manual/getting_started/iriver_install.tex @@ -1,5 +1,5 @@ % $Id$ % -\subsection{Installing the bootloader} + Installing the bootloader is the trickiest part of the installation. The Rockbox bootloader allows users to boot into either the Rockbox firmware or the iriver firmware. For legal reasons, we cannot distribute |