Update to r39097:
Add a more descriptive link describing what GPT is and how many partitions per disk it supports. Obtained from: The FreeBSD German Documentation Project
This commit is contained in:
parent
4567d76317
commit
15f032490a
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=46856
1 changed files with 7 additions and 4 deletions
|
@ -5,7 +5,7 @@
|
|||
|
||||
$FreeBSD$
|
||||
$FreeBSDde$
|
||||
basiert auf: r39025
|
||||
basiert auf: r39097
|
||||
-->
|
||||
<chapter xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0" xml:id="kernelconfig">
|
||||
<info><title>Konfiguration des &os;-Kernels</title>
|
||||
|
@ -781,10 +781,13 @@ options NFS_ROOT # NFS usable as /, requires NFSCLIENT</progra
|
|||
|
||||
<programlisting>options GEOM_PART_GPT # GUID Partition Tables.</programlisting>
|
||||
|
||||
<para>Diese Option ermöglicht eine große Anzahl
|
||||
Partitionen auf einem einzelnen Laufwerk.</para>
|
||||
<para>Fügt Unterstützung für <link
|
||||
xlink:href="http://en.wikipedia.org/wiki/GUID_Partition_Table">GUID
|
||||
Partition Tables</link> hinzu. GPT bietet die Möglichkeit, eine
|
||||
grosse Anzahl von Partitionen pro Platte, 128 in der
|
||||
Standardkonfiguration, zu haben.</para>
|
||||
|
||||
<programlisting>options COMPAT_43 # Compatible with BSD 4.3 [KEEP THIS!]</programlisting>
|
||||
<programlisting>options COMPAT_43 # Compatible with BSD 4.3 [KEEP THIS!]</programlisting>
|
||||
|
||||
<para>Stellt die Kompatibilität zu 4.3BSD sicher. Belassen Sie
|
||||
diese Option, da sich manche Programme recht sonderbar verhalten
|
||||
|
|
Loading…
Reference in a new issue