index : archweb32 | |
Archlinux32 website | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | download/index.html | 7 |
diff --git a/download/index.html b/download/index.html index 19946fa..3f0bfd5 100644 --- a/download/index.html +++ b/download/index.html @@ -62,9 +62,10 @@ to <a href="https://mirror.archlinux32.org/pentium4/">Archlinux32</a>, follow these steps:</p> <ul> - <li> Put <code>Server=https://archive.archlinux32.org/repos/2020/01/01/$arch/$repo</code> as sole mirror into <code>/etc/pacman.d/mirrorlist</code>. + <li> Put <code>Server=https://archive.archlinux32.org/repos/2020/01/01/$arch/$repo</code> as <i>only</i> mirror into <code>/etc/pacman.d/mirrorlist</code>. <ul> - <li>Note, that it is not necessary to use the archive, if one uses a recent pacman-static (see "Fixing broken pacman" below for details on how to obtain it).</li> + <li>Note, that it is not necessary to use the archive, if one uses a recent pacman-static. + See "Fixing Broken Pacman" below for details on how to obtain pacman-static.</li> </ul> </li> <li> Execute <code>pacman -Syy archlinux32-keyring-transition</code> to install our keyring transition package signed by one of the x86_64 archlinux devs.</li> @@ -78,7 +79,7 @@ </li> </ul> - <h3>Fixing broken pacman</h3> + <h3>Fixing Broken Pacman</h3> If pacman is unable to work properly (due to partial upgrade, broken libraries, missing compression support, etc.), there are two possibilities to fix it: <ul> <li> Boot a recent live medium, mount the broken system on <code>/mnt</code> and use <code>pacman --sysroot /mnt ...</code> to reinstall/update the broken/outdated packages.</li> |