summaryrefslogtreecommitdiff
path: root/ca/using-d-i/modules/sparc
diff options
context:
space:
mode:
authorJoey Hess <joeyh@debian.org>2005-10-07 19:51:38 +0000
committerJoey Hess <joeyh@debian.org>2005-10-07 19:51:38 +0000
commit1ea73eea5ecc6a8ed901316049259aee737ee554 (patch)
tree03a077f0b1b1548f3c806bd1c5795964fba0fb52 /ca/using-d-i/modules/sparc
downloadinstallation-guide-1ea73eea5ecc6a8ed901316049259aee737ee554.zip
move manual to top-level directory, split out of debian-installer package
Diffstat (limited to 'ca/using-d-i/modules/sparc')
-rw-r--r--ca/using-d-i/modules/sparc/silo-installer.xml25
1 files changed, 25 insertions, 0 deletions
diff --git a/ca/using-d-i/modules/sparc/silo-installer.xml b/ca/using-d-i/modules/sparc/silo-installer.xml
new file mode 100644
index 000000000..3ce2b6ac6
--- /dev/null
+++ b/ca/using-d-i/modules/sparc/silo-installer.xml
@@ -0,0 +1,25 @@
+<!-- retain these comments for translator revision tracking -->
+<!-- original version: 24582 untranslated -->
+
+ <sect3 arch="sparc">
+ <title>Install the <command>SILO</command> Boot Loader
+ on a Hard Disk</title>
+<para>
+
+The standard &architecture; boot loader is called <quote>silo</quote>.
+It is documented in
+<filename>/usr/share/doc/silo/</filename>. <command>SILO</command> is
+similar in configuration and usage to <command>LILO</command>, with
+a few exceptions. First of all, <command>SILO</command> allows you to
+boot any kernel image on your drive, even if it is not listed in
+<filename>/etc/silo.conf</filename>. This is because
+<command>SILO</command> can actually read Linux partitions. Also,
+<filename>/etc/silo.conf</filename> is read at boot time, so there is
+no need to rerun <command>silo</command> after installing a new kernel
+like you would with <command>LILO</command>. <command>SILO</command>
+can also read UFS partitions, which means it can boot SunOS/Solaris
+partitions as well. This is useful if you want to install GNU/Linux
+alongside an existing SunOS/Solaris install.
+
+</para>
+ </sect3>