diff options
author | Holger Wansing <hwansing@mailbox.org> | 2019-08-11 15:24:22 +0200 |
---|---|---|
committer | Holger Wansing <hwansing@mailbox.org> | 2019-08-11 15:24:22 +0200 |
commit | 36fa139a44c38d8c0655fb076e90dd64d1cbfcd5 (patch) | |
tree | 6c17370097b9085c39da90ec6624d273e1cdb066 /en/using-d-i/modules | |
parent | 45bdc7630896164782b1cd0d3e6cd15b575b829c (diff) | |
download | installation-guide-36fa139a44c38d8c0655fb076e90dd64d1cbfcd5.zip |
Rename mdcfg into partman-md and lvmcfg into partman-lvm
Diffstat (limited to 'en/using-d-i/modules')
-rw-r--r-- | en/using-d-i/modules/partman-md.xml (renamed from en/using-d-i/modules/mdcfg.xml) | 8 |
1 files changed, 4 insertions, 4 deletions
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. |