diff options
author | Romain d'Alverny <rda@mageia.org> | 2011-06-07 11:11:02 +0000 |
---|---|---|
committer | Romain d'Alverny <rda@mageia.org> | 2011-06-07 11:11:02 +0000 |
commit | 3348cd2e7508a383673fc824da34bda10efd2439 (patch) | |
tree | 3f0e10ab1b2dbd4df72b11b9507930d7707a26dc /en | |
parent | a524d2091bfa3837568a014983bc4c896cc024a8 (diff) | |
download | www-3348cd2e7508a383673fc824da34bda10efd2439.tar www-3348cd2e7508a383673fc824da34bda10efd2439.tar.gz www-3348cd2e7508a383673fc824da34bda10efd2439.tar.bz2 www-3348cd2e7508a383673fc824da34bda10efd2439.tar.xz www-3348cd2e7508a383673fc824da34bda10efd2439.zip |
temp fix instruction
Diffstat (limited to 'en')
-rw-r--r-- | en/1/migrate/index.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/en/1/migrate/index.php b/en/1/migrate/index.php index 8c07e460a..97cd26cb0 100644 --- a/en/1/migrate/index.php +++ b/en/1/migrate/index.php @@ -86,7 +86,8 @@ $_t = $_t[$locale]; <ul> <li><p><?php echo $_t['cli_4']; ?></p> <p><code class="term">$ su<br /> - # urpmi.addmedia --distrib --mirrorlist</code></p> + # urpmi.addmedia --distrib http://mirrors.mageia.org/api/mageia.1.$ARCH.list</code></p> + <p>with <code>$ARCH</code> being either <code>i586</code> or <code>x86_64</code></p> </li> <li><p><?php echo $_t['cli_5']; ?></p> <p><code class="term">$ su<br /> |