summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2021-03-17 19:13:37 +0100
committerErich Eckner <git@eckner.net>2021-03-17 19:13:37 +0100
commit990ab0536ca3b98cd26a0aad86e54461fd5f1768 (patch)
tree72fd99549f154032c85961178ce05adcdd2bed6d
parent95bc257a987b95e733a12a7cca8d2113744d807e (diff)
downloadarchweb32-990ab0536ca3b98cd26a0aad86e54461fd5f1768.tar.xz
download/index.html: some formulations
-rw-r--r--download/index.html7
1 files changed, 4 insertions, 3 deletions
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>