diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2008-10-01 15:20:47 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2008-10-01 15:20:47 +0000 |
commit | 931da54a2ba4138c2a6808730d5e2dbcf310f339 (patch) | |
tree | f2e6fe257734955c28647c6409b59e45f5f5bccd /perl-install/install/steps_interactive.pm | |
parent | 80eae188b2f743eeec437bdf916a1ca73726d1a4 (diff) | |
download | drakx-931da54a2ba4138c2a6808730d5e2dbcf310f339.tar drakx-931da54a2ba4138c2a6808730d5e2dbcf310f339.tar.gz drakx-931da54a2ba4138c2a6808730d5e2dbcf310f339.tar.bz2 drakx-931da54a2ba4138c2a6808730d5e2dbcf310f339.tar.xz drakx-931da54a2ba4138c2a6808730d5e2dbcf310f339.zip |
enhance comment
Diffstat (limited to 'perl-install/install/steps_interactive.pm')
-rw-r--r-- | perl-install/install/steps_interactive.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install/steps_interactive.pm b/perl-install/install/steps_interactive.pm index 8340a44b6..83d60802a 100644 --- a/perl-install/install/steps_interactive.pm +++ b/perl-install/install/steps_interactive.pm @@ -388,7 +388,7 @@ If you do not have it, press Cancel to avoid installation from this Cd-Rom.", $p foreach (1 .. 7) { eval { fs::mount::part($phys_m) }; last if $phys_m->{isMounted}; - # we must retry since mount will now fail until the drive recognises the CD (cf #43230) + # we must retry since mount will now fail instead of waiting for the drive to recognise the CD (cf #43230) sleep 2; } |