From 1854e6dc11b0a74223a947dc9ae7f8c3c79202b1 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sun, 20 Jun 2021 17:17:51 +0200 Subject: added initial version of mkarchiso486 --- motd | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 motd (limited to 'motd') diff --git a/motd b/motd new file mode 100644 index 0000000..b5539c3 --- /dev/null +++ b/motd @@ -0,0 +1,21 @@ +Archlinux32, i486 ISO for low-memory systems + +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 fail to verify +signatures, create a local /mnt/pacman.conf where you +set 'SigLevel=Never' and specify '-C /mnt/pacstrap.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. + +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. -- cgit v1.2.3-54-g00ecf