diff options
author | Thierry.Vignaud <thierry.vignaud@gmail.com> | 2014-05-26 17:02:56 +0200 |
---|---|---|
committer | Thierry Vignaud <thierry.vignaud@gmail.com> | 2014-05-26 22:06:55 +0200 |
commit | 2b8aba459b403dba23c166f3d71820326e566cd9 (patch) | |
tree | 1a40d96441f1620764e5b84274fc22dd563f8c8e /perl-install/install/help/help.pm | |
parent | a907de999722299291514a6fcaaa0bb5dee82a9f (diff) | |
download | drakx-2b8aba459b403dba23c166f3d71820326e566cd9.tar drakx-2b8aba459b403dba23c166f3d71820326e566cd9.tar.gz drakx-2b8aba459b403dba23c166f3d71820326e566cd9.tar.bz2 drakx-2b8aba459b403dba23c166f3d71820326e566cd9.tar.xz drakx-2b8aba459b403dba23c166f3d71820326e566cd9.zip |
drop PPC help message
it would have been better to test for arch first and then translate a
small messages rather than forcing displaying "if you're installing on
PPC, ..."
Diffstat (limited to 'perl-install/install/help/help.pm')
-rw-r--r-- | perl-install/install/help/help.pm | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/perl-install/install/help/help.pm b/perl-install/install/help/help.pm index 9e4e63f7a..cd76001fd 100644 --- a/perl-install/install/help/help.pm +++ b/perl-install/install/help/help.pm @@ -519,12 +519,7 @@ When a partition is selected, you can use: To get information about the different filesystem types available, please read the ext2FS chapter from the ``Reference Manual''. - -If you are installing on a PPC machine, you will want to create a small HFS -``bootstrap'' partition of at least 1MB which will be used by the yaboot -bootloader. If you opt to make the partition a bit larger, say 50MB, you -may find it a useful place to store a spare kernel and ramdisk images for -emergency boot situations.", N("Clear all"), N("Auto allocate"), N("More"), N("Save partition table"), N("Restore partition table"), N("Rescue partition table"), N("Reload partition table"), N("Removable media auto-mounting"), N("Wizard"), N("Undo"), N("Toggle between normal/expert mode"), N("Done")); +", N("Clear all"), N("Auto allocate"), N("More"), N("Save partition table"), N("Restore partition table"), N("Rescue partition table"), N("Reload partition table"), N("Removable media auto-mounting"), N("Wizard"), N("Undo"), N("Toggle between normal/expert mode"), N("Done")); } sub resizeFATChoose() { N("More than one Microsoft partition has been detected on your hard disk drive. |