blob: c5831bdc195eb0e3123dad157918365b3dad3822 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
Archlinux32, i486 ISO for low-memory systems
Enable a network first with for instance 'dhclient'.
Create and 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.
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'.
With less than 96MB RAM mkinitio on tmpfs fails with
out of disk space, use 'TMPDIR=/var/tmp mkinitcpio -P'
inside the chroot to create it. With 64MB RAM use
'gzip' and not 'xz' or 'zstd' as COMPRESSION method.
Consider disabling tmpfs for /tmp on the installed
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.
|