index : archi486 | |
Archlinux32 i486 tools | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | TODOS | 40 |
@@ -0,0 +1,40 @@ +- no parallel download +- get below 96MB memory +- install.txt specific to Archlinux32, i486 + - mkfs -O^64bit +- still low memory issues (pinentry croaks about missing signatures on low memory) +- multiple VTs +- 128MB RAM + (109/109) checking package integrity + error: GPGME error: System error w/o errno (libgpg-error, definition) + GPG_ERR_MISSING_ERRNO (gpgme, only in layer hasSystemError) + errno is not set but a system call failed + swap, no difference + adding /tmp on /mnt/tmp + error: GPGME error: System error w/o errno under normal operation + GPGME error: Inappropriate ioctl under strace + => suspecting OOM issues because PGP verification keeps things in memory + for all packages, it fails after package N, before it verifies fine.. +- 96MB, same pgp error +- 80MB, /tmp/mkinitcpio on /tmp in chroot fails with out of disk, KASLR fails +- 64MB RAM, kernel panic, doesn't start at all, kernel panic, System is deadlocked on memory + normal boot works, but not from CDROM? + no poweroff in intalled system (shutdown ramdisk?) + syslinux has a different kernel layout than grub maybe? + live hangs on shutdown for a long time (deactivating swap presures the RAM of the processes + runing on the ramdisk heavily, after minut we get "Reached target Reboot", then finally hangs) +- 52MB, kernel panic, System is deadlocked on memory +- kernel 5.12.10 +- reserve_initrd_mem +- smaller ramdisk + - remove udev with eudev or mdev + - fsck, kmod, etc. + - https://wiki.archlinux.org/title/Mkinitcpio/Minimal_initramfs (falconingy) + - go back to busybox version (for instance mount) + + + + + + + |