From 7e4a3ab7a2d2cfa28cf3d2cf7fb893d275c2a4dc Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Tue, 5 Sep 2017 19:57:36 +0200 Subject: tested some minimal requirements to run Archlinux32 --- README | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'README') diff --git a/README b/README index 734d155..d301dcc 100644 --- a/README +++ b/README @@ -24,6 +24,17 @@ ip addr add dev br0 192.168.130.1/24 # We mount it and make it accessible over the 'darkhttpd' webserver: +# minimal requirements: +# pentium2: CMOV missing +# 64M: Physical KASLR disabled: no suitable memory region! +# 128M: Initramfs unpacking failed: write error +# 256M: Initramfs unpacking failed: write error, failed to configure network +# 512M: curl: Out of memory downloading airootfs.sfs +# 768M: attempting to kill init +# 1024M: no space left on device,, squashfs temp space +# 1024M: no space left on device,, squashfs temp space +# 1536M: works + guestmount -a /data/libvirt/arch32.qcow2 -m /dev/sda2 --ro /mnt/tmp TFTP root (for PXE boot) -- cgit v1.2.3-54-g00ecf