On 3 June 2012 20:53, Manuel Hiebel <[email protected]> wrote: > revert last commit: as stated by the comment, this is _NOT_ the boot > loader > Really ?
Really. Being the one who wrote it, yes it isn't. This is why we added a comment about it. We're only generating the kernel initrds > It seems it's the cause of the wrong translation here: > https://bugs.mageia.org/show_bug.cgi?id=484#c34 You're confusing things. We altered the message b/c of this bug report as indeed we're no more preparing the boot loader (and for quite a few years, as the bootloader is only set after the summary) > or with the last iso > http://freeshell.de/~manu67/mageia/amorce.png It's untranslated b/c nobody came with a right translation > and it seems it's the right step: > > 1047 sub setupBootloaderBefore { > 1048 my ($o) = @_; > 1049 local $o->{pop_wait_messages} = 1; > 1050 my $_w = $o->wait_message(N("Preparing bootloader..."), > 1051 #-PO: This is NOT the boot loader!!!! > 1052 N("Preparing initial startup program...") . "\n" . > 1053 N("Be patient, this may take a while...") > 1054 ); > 1055 $o->SUPER::setupBootloaderBefore; > 1056 } Before asking this again, just read further what the code do or the above bug report. This has nothing to do with the bootloader. The functions have kept their names but the bootloader is not set up before the summary, way later... Again, this is why we added the "NOT" comment
