diff options
author | Ahmad Samir <ahmad@mageia.org> | 2011-04-04 21:19:12 +0000 |
---|---|---|
committer | Ahmad Samir <ahmad@mageia.org> | 2011-04-04 21:19:12 +0000 |
commit | 889542f0636fe16b741b2cd0b7db94790d6689d7 (patch) | |
tree | 743606f341ead7e25a9561727d3e299953a6c440 /perl-install/install/help/help.pm | |
parent | 403de5c0474df05f0808493cf203de0888429074 (diff) | |
download | drakx-889542f0636fe16b741b2cd0b7db94790d6689d7.tar drakx-889542f0636fe16b741b2cd0b7db94790d6689d7.tar.gz drakx-889542f0636fe16b741b2cd0b7db94790d6689d7.tar.bz2 drakx-889542f0636fe16b741b2cd0b7db94790d6689d7.tar.xz drakx-889542f0636fe16b741b2cd0b7db94790d6689d7.zip |
- perl -pi -e 's!Hard drive!Hard disk drive!' (except install/steps_list.pm)
Diffstat (limited to 'perl-install/install/help/help.pm')
-rw-r--r-- | perl-install/install/help/help.pm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/perl-install/install/help/help.pm b/perl-install/install/help/help.pm index a60aec02f..2182bf63d 100644 --- a/perl-install/install/help/help.pm +++ b/perl-install/install/help/help.pm @@ -67,10 +67,10 @@ Each partition is listed as follows: \"Name\", \"Capacity\". \"Name\" is structured: \"hard disk drive type\", \"hard disk drive number\", \"partition number\" (for example, \"hda1\"). -\"Hard drive type\" is \"hd\" if your hard disk drive is an IDE hard disk drive and +\"Hard disk drive type\" is \"hd\" if your hard disk drive is an IDE hard disk drive and \"sd\" if it is a SCSI hard disk drive. -\"Hard drive number\" is always a letter after \"hd\" or \"sd\". For IDE +\"Hard disk drive number\" is always a letter after \"hd\" or \"sd\". For IDE hard disk drives: * \"a\" means \"master hard disk drive on the primary IDE controller\"; @@ -536,10 +536,10 @@ Each partition is listed as follows: \"Linux name\", \"Windows name\" \"Linux name\" is structured: \"hard disk drive type\", \"hard disk drive number\", \"partition number\" (for example, \"hda1\"). -\"Hard drive type\" is \"hd\" if your hard dive is an IDE hard disk drive and +\"Hard disk drive type\" is \"hd\" if your hard dive is an IDE hard disk drive and \"sd\" if it is a SCSI hard disk drive. -\"Hard drive number\" is always a letter after \"hd\" or \"sd\". With IDE +\"Hard disk drive number\" is always a letter after \"hd\" or \"sd\". With IDE hard disk drives: * \"a\" means \"master hard disk drive on the primary IDE controller\"; |