~ubuntu-branches/ubuntu/vivid/installation-guide/vivid-proposed

« back to all changes in this revision

Viewing changes to eu/using-d-i/modules/sparc/silo-installer.xml

  • Committer: Bazaar Package Importer
  • Author(s): Frans Pop
  • Date: 2005-10-25 17:37:25 UTC
  • Revision ID: james.westby@ubuntu.com-20051025173725-aq0bm11be7bfd7rw
Tags: 20051025
* Mention in copyright that full GPL is included in the manual.
  Closes: #334925
* Register installed documents with doc-base.
* Minor updates in English text and translations.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!-- retain these comments for translator revision tracking -->
 
2
<!-- original version: 16467 untranslated -->
 
3
 
 
4
  <sect3 arch="sparc">
 
5
  <title>Install the <command>SILO</command> Boot Loader
 
6
         on a Hard Disk</title>
 
7
<para>
 
8
 
 
9
The standard &architecture; boot loader is called <quote>silo</quote>.
 
10
It is documented in
 
11
<filename>/usr/share/doc/silo/</filename>. <command>SILO</command> is
 
12
similar in configuration and usage to <command>LILO</command>, with
 
13
a few exceptions. First of all, <command>SILO</command> allows you to
 
14
boot any kernel image on your drive, even if it is not listed in
 
15
<filename>/etc/silo.conf</filename>.  This is because
 
16
<command>SILO</command> can actually read Linux partitions.  Also,
 
17
<filename>/etc/silo.conf</filename> is read at boot time, so there is
 
18
no need to rerun <command>silo</command> after installing a new kernel
 
19
like you would with <command>LILO</command>. <command>SILO</command>
 
20
can also read UFS partitions, which means it can boot SunOS/Solaris
 
21
partitions as well. This is useful if you want to install GNU/Linux
 
22
along side an existing SunOS/Solaris install.
 
23
 
 
24
</para>
 
25
  </sect3>