Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/motd
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2021-07-10 18:11:23 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2021-07-10 18:11:23 +0200
commitd9403240471af4dbdde5f29e4a5fdd709f4c7216 (patch)
treefdd08e8ebcf0450dac5a94440fb26a59c379e588 /motd
parent2592777688710480d253d198d41ec8a58e96ab06 (diff)
some more fixes
Diffstat (limited to 'motd')
-rw-r--r--motd7
1 files changed, 4 insertions, 3 deletions
diff --git a/motd b/motd
index b5539c3..0aedb1a 100644
--- a/motd
+++ b/motd
@@ -6,13 +6,14 @@ 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 fail to verify
+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/pacstrap.conf'.
+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=/mytmp mkinitcpio -P'
-inside the chroot to create it.
+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'.