index : archweb32 | |
Archlinux32 website | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | download/index.html | 23 | ||||
-rw-r--r-- | index.php | 3 |
diff --git a/download/index.html b/download/index.html index 1aaa39c..15aa340 100644 --- a/download/index.html +++ b/download/index.html @@ -56,29 +56,6 @@ It works similar to the <a href="https://archive.archlinux.org">Arch Linux Archive</a> which is documented <a href="https://wiki.archlinux.org/index.php/Arch_Linux_Archive">in the ArchWiki</a>. </p> - <h3>Transition from Archlinux to Archlinux32</h3> - - <p>If you plan to move from <a href="https://www.archlinux.org/packages/">Archlinux</a> - 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 <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 to provide zstd support. - 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> - <li> Run <code>pacman -Syuu</code> to update to a state, when pacman was capable of installing zstd-compressed packages. - <li> Put any mirror from <a href="https://git.archlinux32.org/packages/plain/core/pacman-mirrorlist/mirrorlist">our mirrorlist</a> - into <code>/etc/pacman.d/mirrorlist</code>.</li> - <li> Run <code>pacman -Syuu</code> for a full transition to the most recent state. - <ul> - <li> Note, that packages found in your package cache won't match the signatures from Archlinux32 - either allow pacman to delete these cached packages or run <code>pacman -Sc</code> to clean your cache before you start and after you finish upgrading.</li> - </ul> - </li> - </ul> - <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> @@ -50,9 +50,6 @@ print_header("", "home"); are also compatible with Arch Linux 32. </p> <p> - Instructions for the transition from Arch Linux to Arch Linux 32 can be found <a href="/download">here</a>. - </p> - <p> Installation media which boot on i686 can be found <a href="https://mirror.archlinux32.org/archisos">here</a>. </p> <p> |