diff options
-rw-r--r-- | build/templates/docstruct.ent | 2 | ||||
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | en/using-d-i/components.xml | 2 | ||||
-rw-r--r-- | en/using-d-i/modules/partman-md.xml (renamed from en/using-d-i/modules/mdcfg.xml) | 8 | ||||
-rw-r--r-- | en/using-d-i/using-d-i.xml | 4 |
5 files changed, 9 insertions, 8 deletions
diff --git a/build/templates/docstruct.ent b/build/templates/docstruct.ent index 7cc2aa4fa..f3b6e8faa 100644 --- a/build/templates/docstruct.ent +++ b/build/templates/docstruct.ent @@ -115,7 +115,7 @@ <!ENTITY module-autopartkit.xml SYSTEM "##SRCPATH##/using-d-i/modules/autopartkit.xml"> <!ENTITY module-partitioner.xml SYSTEM "##SRCPATH##/using-d-i/modules/partitioner.xml"> <!ENTITY module-partconf.xml SYSTEM "##SRCPATH##/using-d-i/modules/partconf.xml"> - <!ENTITY module-mdcfg.xml SYSTEM "##SRCPATH##/using-d-i/modules/mdcfg.xml"> + <!ENTITY module-partman-md.xml SYSTEM "##SRCPATH##/using-d-i/modules/partman-md.xml"> <!ENTITY module-partman-lvm.xml SYSTEM "##SRCPATH##/using-d-i/modules/partman-lvm.xml"> <!ENTITY module-partman-crypto.xml SYSTEM "##SRCPATH##/using-d-i/modules/partman-crypto.xml"> <!ENTITY module-finish-install.xml SYSTEM "##SRCPATH##/using-d-i/modules/finish-install.xml"> diff --git a/debian/changelog b/debian/changelog index 6484f5e2c..4ccacd777 100644 --- a/debian/changelog +++ b/debian/changelog @@ -11,6 +11,7 @@ installation-guide (20190623) UNRELEASED; urgency=medium * Updating chapter about setting up the e-mail system (exim4 is no longer installed by default). Closes: #930476 * Update for 'Recommended partitioning scheme' chapter. Closes: #927987 + * Rename mdcfg into partman-md and lvmcfg into partman-lvm. Closes: 414194 [ Updated translations ] * German by Holger Wansing diff --git a/en/using-d-i/components.xml b/en/using-d-i/components.xml index c7e5e8bad..e1f915c18 100644 --- a/en/using-d-i/components.xml +++ b/en/using-d-i/components.xml @@ -97,7 +97,7 @@ like RAID, LVM or encrypted devices. &module-autopartkit.xml; &module-partitioner.xml; &module-partconf.xml; -&module-mdcfg.xml; +&module-partman-md.xml; &module-partman-lvm.xml; &module-partman-crypto.xml; </sect2> diff --git a/en/using-d-i/modules/mdcfg.xml b/en/using-d-i/modules/partman-md.xml index 8d2854ff3..9dffad9f8 100644 --- a/en/using-d-i/modules/mdcfg.xml +++ b/en/using-d-i/modules/partman-md.xml @@ -1,7 +1,7 @@ <!-- retain these comments for translator revision tracking --> <!-- $Id$ --> - <sect3 id="mdcfg"> + <sect3 id="partman-md"> <title>Configuring Multidisk Devices (Software RAID)</title> <para> @@ -11,7 +11,7 @@ To be honest, you can construct an MD device even from partitions residing on single physical drive, but that won't give any benefits. </para></footnote> in your computer, you can use -<command>mdcfg</command> to set up your drives for increased +<command>partman-md</command> to set up your drives for increased performance and/or better reliability of your data. The result is called <firstterm>Multidisk Device</firstterm> (or after its most famous variant <firstterm>software RAID</firstterm>). @@ -228,7 +228,7 @@ Next, you should choose <guimenuitem>Configure software RAID</guimenuitem> from the main <command>partman</command> menu. (The menu will only appear after you mark at least one partition for use as <guimenuitem>physical volume for RAID</guimenuitem>.) -On the first screen of <command>mdcfg</command> simply select +On the first screen of <command>partman-md</command> simply select <guimenuitem>Create MD device</guimenuitem>. You will be presented with a list of supported types of MD devices, from which you should choose one (e.g. RAID1). What follows depends on the type of MD you selected. @@ -292,7 +292,7 @@ and use the other three partitions (2 active and 1 spare) for RAID1 </para><para> After you set up MD devices to your liking, you can -<guimenuitem>Finish</guimenuitem> <command>mdcfg</command> to return +<guimenuitem>Finish</guimenuitem> <command>partman-md</command> to return back to the <command>partman</command> to create filesystems on your new MD devices and assign them the usual attributes like mountpoints. diff --git a/en/using-d-i/using-d-i.xml b/en/using-d-i/using-d-i.xml index a52e0e952..56091b6e1 100644 --- a/en/using-d-i/using-d-i.xml +++ b/en/using-d-i/using-d-i.xml @@ -345,7 +345,7 @@ the selected partitions according to user instructions. </varlistentry> <varlistentry> -<term>lvmcfg</term><listitem><para> +<term>partman-lvm</term><listitem><para> Helps the user with the configuration of the <firstterm>LVM</firstterm> (Logical Volume Manager). @@ -354,7 +354,7 @@ Helps the user with the configuration of the </varlistentry> <varlistentry> -<term>mdcfg</term><listitem><para> +<term>partman-md</term><listitem><para> Allows the user to set up Software <firstterm>RAID</firstterm> (Redundant Array of Inexpensive Disks). This Software RAID is usually |