1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
|
<?php
$_t = array(
'en' => array(
'page_title' => 'Migrate from Mandriva Linux to Mageia',
'page_desc' => 'How to migrate from Mandriva Linux 2010.1/2010.2 to Mageia 1 in a few, safe steps.',
'page_kw' => 'mageia, mandriva, upgrade, migrate',
'page_h1' => 'Migrate from Mandriva Linux',
'upgrading_general' => 'Upgrading from Mandriva Linux 2010.1 and 2010.2 is supported, and has been fine tuned over the past
months, so it should work. But as always and before:',
'upgrading_general_array' => array('back up your data before upgrading;',
'if you are upgrading a laptop, connect to power!
You might be updating over 2000 packages, and this can take some time;',
'do not start up any net-intensive applications during the upgrade
– you need to reserve bandwidth for the upgrade.'),
'upgrading_ways' => 'There are several ways to upgrade from one of those previous Mandriva releases:',
'upgrading_ways_dvd' => '<a href="#dvd">using the Mageia 1 DVD</a>',
'upgrading_ways_inline' => '<a href="#inline">using the online media sources directly</a>,
using <a href="#mgaonline">mgaonline</a> or <a href="#urpmi">urpmi</a>.',
'h2_dvd' => 'Upgrade using the Mageia 1 DVD',
'dvd_clean_install' => 'You can use the <a href="/downloads/">Mageia 1 DVD</a> to do a clean install
but also to upgrade from previous releases.',
'to_upgrade' => 'To upgrade:',
'to_upgrade_array' => array('<a href="/downloads/">Download the ISO</a> and burn it on a DVD;',
'Boot the DVD and select "Install Mageia 1" from the bootloader menu;',
'Select the "Upgrade" option in the installer.'),
'recommended' => 'It is recommended to set up the online repositories, if possible
– the installer will ask you about this during the upgrade.
The reason is that the DVD only includes a subset
of these full fledged online Mageia repositories.',
'h2_inline' => 'Upgrading inline',
'inline_1' => 'You can upgrade using the online media sources directly, from within your Mandriva installation.',
'inline_2' => 'This can be done either using the graphical <code>mgaonline</code> tool
or the command-line <code>urpmi</code>.
Both methods are outlined below. But first, download and install
this <code>mgaonline</code> package that will help you through the process:',
'mgaonline_image_title' => 'for Mandriva Linux 2010.1 or 2010.2',
'inline_3' => 'Note that you may get a security warning, due to invalid package signatures.
This is because a Mandriva system does not recognise Mageia signatures;
you can safely ignore these warnings.
Yes, that sucks, we know.',
'a_or_b' => 'So, it installed the package? Good, let\'s move on and pick a) or b) below:',
'h2_a' => 'a) Upgrading inline, using mgaonline (GUI)',
'popup_window_1' => 'a) Upgrading inline, using mgaonline (GUI)',
'popup_window_2' => 'Just follow the wizard instructions; it will configure Mageia media sources and start the migration.',
'as_soon_complete' => 'As soon as the migration is complete, you should restart your system; and here you are.',
'h2_b' => 'b) Upgrading inline, using urpmi (CLI)',
'cli_1' => 'You can also upgrade using <code>urpmi</code> from your favourite terminal emulator,
if you are confortable with it. Here are the steps:',
'cli_2' => 'Remove all the existing media sources on your system:',
'cli_3' => 'Add the Mageia online sources:',
'cli_4' => 'either directly (this will select a best matching mirror, after your location):',
'cli_5' => 'either using a specific media mirror (you can decide from <a href="http://mirrors.mageia.org/distrib">our mirrors list</a>):',
'h2_thats_it' => 'That\'s it!',
'h3_question' => 'Have a question?',
'join_and_ask' => 'Do not hesitate to join our <a href="irc://irc.freenode.net/#mageia">#mageia</a>
IRC channel on Freenode or go in <a href="http://forums.mageia.org/">our forum</a>
to ask for assistance or details.',
'h3_feedback' => 'Want to send some feedback?',
'tweet_it' => 'Just <a href="http://twitter.com/mageia_org">tweet it to @mageia_org</a>.'
)
);
|