diff options
author | Joey Hess <joeyh@debian.org> | 2005-10-07 19:51:38 +0000 |
---|---|---|
committer | Joey Hess <joeyh@debian.org> | 2005-10-07 19:51:38 +0000 |
commit | 1ea73eea5ecc6a8ed901316049259aee737ee554 (patch) | |
tree | 03a077f0b1b1548f3c806bd1c5795964fba0fb52 /de/using-d-i/modules/sparc | |
download | installation-guide-1ea73eea5ecc6a8ed901316049259aee737ee554.zip |
move manual to top-level directory, split out of debian-installer package
Diffstat (limited to 'de/using-d-i/modules/sparc')
-rw-r--r-- | de/using-d-i/modules/sparc/silo-installer.xml | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/de/using-d-i/modules/sparc/silo-installer.xml b/de/using-d-i/modules/sparc/silo-installer.xml new file mode 100644 index 000000000..e8b8b2b87 --- /dev/null +++ b/de/using-d-i/modules/sparc/silo-installer.xml @@ -0,0 +1,24 @@ +<!-- retain these comments for translator revision tracking --> +<!-- original version: 24582 --> + + <sect3 arch="sparc"> + <title>Den <command>silo</command>-Bootloader auf Festplatte installieren</title> +<para> + +Der Standard-Bootloader für die &architecture;-Architektur heißt +<command>silo</command>. Er ist in <filename>/usr/share/doc/silo/</filename> +beschrieben. <command>silo</command> ist in Konfiguration und Benutzung +<command>lilo</command> ähnlich, mit einigen Ausnahmen. Zunächst mal kann +<command>silo</command> alle Kernel-Images booten, die auf der Platte liegen, +sogar dann, wenn sie nicht in <filename>/etc/silo.conf</filename> eingetragen +sind. Dies kommt daher, dass <command>silo</command> Linux-Partitionen lesen +kann. Außerdem wird die Datei <filename>/etc/silo.conf</filename> bei jedem +Bootvorgang eingelesen; deswegen ist es nicht nötig, <command>silo</command> +erneut auszuführen, wenn Sie einen neuen Kernel installiert haben (wie Sie es +bei <command>lilo</command> müssen). <command>silo</command> kann auch +UFS-Partitionen lesen, was bedeutet, dass er auch von SunOS-/Solaris-Partitionen +booten kann. Dies ist nützlich, wenn Sie GNU/Linux neben einem bestehenden +SunOS-/Solaris-System installieren möchten. + +</para> + </sect3> |