Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2022-02-12 21:30:10 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2022-02-12 21:30:10 +0100
commit85f164de3f66df2197b9d54484b33df29a09649e (patch)
tree85e802498f8edfbfd24baf7101ddcdd625cc1e26
parent8fa1b5ef9e35536fb399455df198905444a146c3 (diff)
testing and more bugs
-rw-r--r--TODOS2
-rwxr-xr-xmkarchiso4862
2 files changed, 3 insertions, 1 deletions
diff --git a/TODOS b/TODOS
index d21abeb..e6434c8 100644
--- a/TODOS
+++ b/TODOS
@@ -1,3 +1,5 @@
+- mount /dev/sr0 fails, missing drivers on eurobuild12, more MODULES in mkinitcpio.conf
+- keyboard basically never works in early ramdisk shell
- get below 64MB memory
- install.txt specific to Archlinux32, i486
- mkfs -O^64bit
diff --git a/mkarchiso486 b/mkarchiso486
index c2df1ae..1d12302 100755
--- a/mkarchiso486
+++ b/mkarchiso486
@@ -1,6 +1,6 @@
#!/bin/sh
-BASE=/data/arch32/archi486
+BASE=/root/archi486
ROOTFS="$BASE/airootfs"
ROOTMNT="$BASE/mnt"