diff options
-rw-r--r-- | perl-install/bootloader.pm | 2 | ||||
-rw-r--r-- | perl-install/install_steps.pm | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/bootloader.pm b/perl-install/bootloader.pm index 2f3ed23b3..dea939d0e 100644 --- a/perl-install/bootloader.pm +++ b/perl-install/bootloader.pm @@ -723,7 +723,7 @@ sub suggest { { defaultos => "linux", entries => [], - 'init-message' => "Welcome to Mandrivalinux!", + 'init-message' => "Welcome to Mandriva Linux!", delay => 30, #- OpenFirmware delay timeout => 50, enableofboot => 1, diff --git a/perl-install/install_steps.pm b/perl-install/install_steps.pm index ee97442b7..55bfd897d 100644 --- a/perl-install/install_steps.pm +++ b/perl-install/install_steps.pm @@ -962,7 +962,7 @@ sub exitInstall { eval { output "$o->{prefix}/root/drakx/README", "This directory contains several installation-related files, mostly log files (very useful if you ever report a bug!). -Beware that some Mandrivalinux tools rely on the contents of some +Beware that some Mandriva Linux tools rely on the contents of some of these files... so remove any file from here at your own risk! " }; |