index : archi486 | |
Archlinux32 i486 tools | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2022-09-29 11:41:41 +0200 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2022-09-29 11:41:41 +0200 |
commit | cccd423817f5dee7e126774cde7db378aad97b1d (patch) | |
tree | 4257d02dc89a96c9160b441a4d68f7aa0cdc096e /iso/motd | |
parent | b2bc28ac281e44512640bf16b2816ff5f12ab498 (diff) |
-rw-r--r-- | iso/motd | 13 |
@@ -2,19 +2,14 @@ Archlinux32, i486 ISO for low-memory systems Enable a network first with for instance 'dhclient'. -Consider to create a swap partition as very first -action and mount it before calling 'pacstrap'. +Create und mount a swap partition and mount a /tmp to +/mnt/tmp as bind mountpoint as very first action before +trying to install something with pacstrap/pacman.. The CD is read-only, you may want to copy '/etc/pacman.conf' to '/tmp/pacman.conf' and use 'pacstrap -c /tmp/pacman.conf' if you have to change settings. -Set 'iommu=off' to regain some memory. - -Create und mount a swap partition and mount a /tmp to -/mnt/tmp as bind mountpoint as very first action before -trying to install something with pacstrap/pacman.. - With less than 196MB RAM pacman/gpg fails to verify signatures, create a local /mnt/pacman.conf where you set 'SigLevel=Never' and specify '-C /mnt/pacman.conf'. @@ -29,3 +24,5 @@ system too 'systemctl mask tmp.mount'. Remember to compile your own static kernel or create a stripped-down ramdisk if you have little memory. + +Set 'iommu=off' to regain some memory. |